lua-users home
lua-l archive

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


Hi,

this is the initial public release of LuaJIT,
a Just-In-Time (JIT) Compiler for Lua 5.1.

Please visit the project home page for more info:

  http://luajit.luaforge.net/

LuaJIT is based on Lua 5.1 alpha (plus some fixes). All the
usual caveats about early releases of Lua 5.1 apply here, too.

The first releases of LuaJIT targets x86 (i386+) CPUs only.
LuaJIT has been tested on Linux, FreeBSD, NetBSD, OpenBSD
and Windows.

Any feedback is appreciated. Thank you!

Bye,
     Mike