[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Precompiled multiplatform code (ARMxPC)
- From: Peter Cawley <lua@...>
- Date: Fri, 7 Aug 2009 00:44:54 +0100
On Fri, Aug 7, 2009 at 12:45 AM, Saulo Tauil<saulot@muitofaciltec.com.br> wrote:
> I think that the lua compiled binary is platform independent, right?
Precompiled chunks are dependant upon several factors:
* Lua version
* Endianness
* sizeof(int)
* sizeof(size_t)
* sizeof(Instruction) (which is typically a typedef onto lu_int32)
* lua_Number type