lua-users home
lua-l archive

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


> It seems that the bytecode format for Lua 5.3 hasn't changed that
> much (just a few new opcodes), and lbci for Lua 5.2 compiles and
> appears to work fine for Lua 5.3 as well. @lhf: Can you confirm
> this? If so, I'd package an updated release for LuaRocks soon.

Yes, lbci for 5.2 seems to work fine with 5.3.

BTW, lbci does not depend at all on the bytecode format, only on the
internal structs representing a Lua function.