lua-users home
lua-l archive

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


On Wed, Nov 19, 2014 at 7:18 AM, Ulrich Schmidt <u.sch.zw@gmx.de> wrote:
> imho precompiled bytecode is not designed to be portable.
>
> Ulrich.

That's not an opinion. It's a documented fact -- PUC-Lua's bytecode
isn't portable across architectures or versions. (LuaJIT's is portable
across architectures but not versions, by contrast.)

/s/ Adam