jit.off(true, true) does nothing on Android

  • From: Sip Suster <cspspy@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Thu, 18 Dec 2014 12:28:05 +0200

Hello.

I am experiencing an issue - calling jit.off(true, true) and does not turn
JIT off, I tried printing jit.status() right after calling jit.off, and it
still prints that it's on + the optimizations that it applies.

I am using LuaJIT 2.0.3, reason why I'm trying to turn JIT off is because
the performance is horrible with it on, specifically on Android devices.

Other related posts:

  • » jit.off(true, true) does nothing on Android - Sip Suster