[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bytecode
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 6 Dec 2011 14:42:19 +0200
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.