neko icon indicating copy to clipboard operation
neko copied to clipboard

JIT don't work

Open SewerynKaminski opened this issue 10 months ago • 1 comments

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

SewerynKaminski avatar Feb 02 '25 16:02 SewerynKaminski

I don't think jit works unless running a 32 bit x86 build

tobil4sk avatar Feb 02 '25 16:02 tobil4sk