lua-users home
lua-l archive

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


LuaJIT 2.0.3 has been released.

This release has the new PS4 port and various important bug fixes
over 2.0.2 -- an update is recommended. Details can be found in
the changelog.

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 upwards
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 license.
LuaJIT builds out-of-the-box on most x86 or x64 operating systems
(Linux, Windows, OSX etc.) and can be cross-compiled for embedded
systems based on x64 (PS4), ARM (Android, iOS), PPC (PS3, Xbox 360),
PPC/e500 and MIPS CPUs.

--Mike