lua-users home
lua-l archive

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


This is a minor bug fix release for the (stable) LuaJIT 1.1 branch.
Please check the changelog for more details.

Here is a link to the home page:
  http://luajit.org/luajit.html

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

And a link to the changelog:
  http://luajit.org/changes.html#LuaJIT-1.1.6

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

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

LuaJIT is open source software, released under the MIT/X license.
LuaJIT 1.1.6 builds out-of-the-box on most x86 operating systems
(Linux, Windows, OSX etc.).

******************************************************************
The LuaJIT 1.1 series is the current stable branch. If you need
more performance or x64 support, please consider using LuaJIT 2.0.
Here's an interactive performance comparison of the different VMs:
  http://luajit.org/performance.html
******************************************************************

--Mike