lua-users home
lua-l archive

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


On Sun, Apr 8, 2012 at 7:34 AM, Petite Abeille <petite.abeille@gmail.com> wrote:
>
> Ah, yes, also worth mentioning… lua byte code is not portable across platform, nor major version… hand crafted byte code can abuse the vm in unexpected ways...
>

I just wanted to add that LuaJIT's bytecode format obtained via
string.dump is portable across platforms, although I believe the
format is substantially different from luac.