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.
It only incorporates the most recent bug fixes from Lua 5.1.4.

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.7

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.7 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 support for other CPUs, please consider using
LuaJIT 2.0. Here's an interactive performance comparison:
  http://luajit.org/performance.html
******************************************************************

--Mike