Module jazz::jit

source ·
Expand description

W.I.P

JIT module, should compile VM instructions to machine code

Main problem is what library use for code generation: cranelift,inkwell(llvm) or write JIT compiler from scratch