[ANN] LuaJIT-2.0.0

  • From: Mike Pall <mike-1211@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Mon, 12 Nov 2012 19:15:15 +0100

This is the final release of LuaJIT 2.0.0.

Thanks to everyone who sent bug reports, fixes or suggestions.
Special thanks go to all sponsors, without whom this release would
not have been possible!

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 ARM (Android, iOS), PPC (PS3), PPC/e500 and MIPS CPUs.

--Mike

Other related posts:

  • » [ANN] LuaJIT-2.0.0 - Mike Pall