neko
neko copied to clipboard
Is JIT on x86 really faster than interpreter?
trafficstars
Looking at JIT code and I see that it just generates something like "low-level" interpreter, my question is it really faster than code in interp.c? I can't check it on my machine and that's why I'm asking this.