lua-users home
lua-l archive

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


> >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