neko icon indicating copy to clipboard operation
neko copied to clipboard

Is JIT on x86 really faster than interpreter?

Open playXE opened this issue 5 years ago • 0 comments
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.

playXE avatar Feb 13 '20 13:02 playXE