更新日志里说:“ iOS 64位架构使用luajit v2.1-20150331版本”
看了一下源码,发现和3.5有很大不同,luajit目录里少了src和一些编译脚本,ios的libluajit.a文件要比3.5的大
但是在 cocos2d-console的luacompile命令里却有提示:
cocos.Logging.warning(“By using luacompile, you could precompile the Lua script files to the bytecode files and encrypt the Lua script files or the bytecode files by XXTEA.The mechanism of generating the bytecode files is based on the LuaJIT v2.0.3, so the generated bytecode files cann’t be used on the 64-bit iOS devices.”)
所以想问libluajit.a是否对arm64有支持?相应的bytecode如何生成?