lua-users home
lua-l archive

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


On Tue, Dec 6, 2011 at 2:37 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Lua bytecode is portable (a) across the same major.minor release (b)
> and provided that the compiling machine and the target machine have
> the same number of bytes per integer?

You forgot byte order.  Not only big vs little endian!  I've worked
with ARMs where the doubles were _mixed_ endian...

steve d.