neko
neko copied to clipboard
JIT don't work
DEPRECATION NOTICE: Neko is not actively maintained anymore. You can open an issue anyway, but don't expect to get response from developers.
I'm using build from source and change code in jit_x86.c. For ex. adding some garbage after #ifdef NEKO_JIT_ENABLE. Gues what? The build went without errors it menas JIT is disabled.
If I force JIT there is diferecne in running neko or neko -interp the first Segmentation fault
Linux 6.8.0-52-generic Ubuntu 24.04 SMP PREEMPT_DYNAMIC x86_64 AMD Ryzen 7 3700X 8-Core Processor
I don't think jit works unless running a 32 bit x86 build