lua-users home
lua-l archive

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


This is a minor upgrade for LuaJIT, merging all fixes from
Lua 5.1.4. No other major changes vs. the previous release.

Here is a link to the project home page with full docs:
  http://luajit.org/luajit.html

And a direct link to the download page:
  http://luajit.org/download.html

What is LuaJIT?
---------------

LuaJIT is a Just-In-Time (JIT) Compiler for Lua 5.1. LuaJIT is
light-weight, efficient and extensible. It's fully compatible with
standard Lua and can significantly boost the performance of your
Lua programs.

LuaJIT compiles to x86 (i386+) machine code and supports many
popular operating systems: Linux, *BSD, Mac OS X on Intel,
Solaris x86 and Windows (MSVC or MinGW).

LuaJIT is free software, released under the same license as Lua.

--Mike