Luajit bytecode not supported on arm64?

not sure why. If just plain simple lua text, everything works fine, but it crashes when it’s replaced with bytecode (luajit -b xxxx xxxx)。

It only crashes on iphone5s(arm64), but works perfectly fine on other iOS device (iphone4/ipad mini/etc.)

I found a link says luajit didn’t support arm64 ( Luajit should add arm64 support ), but not sure if it supports now. If not, so lua bytecode won’t work for iphone5s or any further ios devices?

thx.

yes, correct.
LuaJIT doesn’t support ARM64 for the moment.