[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua bytecode compatibility on Windows and QNX.
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 7 Oct 2016 14:28:19 -0300
> >The luac (5.1) manual says that:
> >"The binary files created by luac are portable to all
> >architectures with the same word size."
> >(http://www.lua.org/manual/5.1/luac.html).
> >
>
> This is not the whole truth, the architectures also need the same endianess.
This was fixed in Lua 5.2:
"Precompiled chunks are not portable across different architectures."
http://www.lua.org/manual/5.2/luac.html