[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Interpreter vs JIT (Re: Documentation for 5.2 VM instructions.)
- From: Dirk Laurie <dpl@...>
- Date: Thu, 22 Sep 2011 07:40:09 +0200
On Thu, Sep 22, 2011 at 07:10:24AM +0200, Dirk Laurie wrote:
> I.e. there seems to be no LuaJIT equivalent of
>
> luac -o foo.lbc foo.lua
> lua foo.lbc
>
> True? And if so, surely debated on this list before my time?
KHMan's answer to another point in my post gives a link that
answers this one too.
True for LuaJIT-2.0.0-beta7, but not for LuaJIT-2.0.0-beta8:
the new -b command line option supplies the feature.
Dirk