[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua idea
- From: David Hollander <dhllndr@...>
- Date: Sun, 8 Apr 2012 13:14:25 -0500
On Sun, Apr 8, 2012 at 7:34 AM, Petite Abeille <petite.abeille@gmail.com> wrote:
>
> Ah, yes, also worth mentioning… lua byte code is not portable across platform, nor major version… hand crafted byte code can abuse the vm in unexpected ways...
>
I just wanted to add that LuaJIT's bytecode format obtained via
string.dump is portable across platforms, although I believe the
format is substantially different from luac.