L1VM - JIT-compiler shop

My JIT-compiler for the L1VM can be get in my Ko-fi shop: L1VM-JIT-comiler for 10 Euros! You also can make a donation if you want.

The JIT-compiler can speedup your programs by translating some opcodes to machine code which can run direct on the CPU. So this code is not interpreted by the VM and runs with full speed. The JIT-compiler can produce very fast code if double floating point calculations are done. I use some clever coding to store the double numbers in the CPU registers to avoid slow data transfer from RAM to CPU registers!