lua-users home
lua-l archive

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


This is the 6th beta release of LuaJIT 2.0.0.

This release accumulates many fixes of the past months and has
major new features, e.g. the PPC/e500 port and the long awaited
LuaJIT FFI library.

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

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 builds out-of-the-box on most x86 or x64 operating systems
(Linux, Windows, OSX etc.).

This is a BETA TEST release -- the current status and the list of
known issues are shown here: http://luajit.org/status.html
Please report any problems you may find with this release. Thank you!

More
----

About the PPC/e500 port of the LuaJIT interpreter: please note
this will _not_ run on other PPC-based machines (e.g. game
consoles). A port of the JIT compiler and/or a port to other
PowerPC CPUs may follow later.

Here's a direct link to the FFI docs:
  http://luajit.org/ext_ffi.html

More about the current release plan, about the upcoming sponsored
ARM port and the FFI library can be found in the LuaJIT roadmap 2011:
  http://lua-users.org/lists/lua-l/2011-01/msg01238.html

--Mike