lua-users home
lua-l archive

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


Hi,

LuaJIT is a Just-In-Time (JIT) Compiler for Lua 5.1.
LuaJIT is light-weight, efficient and extensible.

LuaJIT 1.1.0 is based on Lua 5.1 (final). The performance has
been improved in many areas: more specialization and inlining for
operators and library functions, adaptive deoptimization, better
type hinting, optional SSE2 code generation and many other small
optimizations.

It supports many popular x86 based operating systems: Linux, *BSD,
Mac OS X on Intel, Solaris x86 and Windows (MSVC or MinGW).

Please visit the project home page for more info:
  http://luajit.luaforge.net/

You can find the full changelog and performance comparisons here:
  http://luajit.luaforge.net/luajit_changes.html
  http://luajit.luaforge.net/luajit_performance.html

Here is a direct link to the download page:
  http://luajit.luaforge.net/download.html

Bye,
     Mike