lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, 2010-12-16 at 15:58 +0100, Laurent Poujoulat wrote:
> Yes it's true. But my understanding was the LUAJIT was compatible with 
> LUA standard bytecode ? How to generate the bytecode then ?

LuaJIT 2.0 does not support loading of standard Lua generated binary
bytecode (AFAIK LuaJIT 1.x did), and cannot dump/generate bytecode
either. You have to use source code in LuaJIT 2.0.