lua-users home
lua-l archive

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


On Mon, Oct 31, 2011 at 12:46 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
> Since lua-jit only supports source code, why use byte code at all?

The latest version of LuaJIT2 (beta8) actually does support byte code
- though its own form, not compatible with standard Lua's:

<http://lua-users.org/lists/lua-l/2011-06/msg01052.html>

See the "Bytecode loading/saving" section.

-Duncan