[ANN] LuaJIT-2.0.0-rc1

  • From: Mike Pall <mike-1210@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 31 Oct 2012 18:44:36 +0100

This is the first release candidate of LuaJIT 2.0.0.

This release has a couple of bug fixes over beta11.

***************************************************************
Important note: If no bugs are reported until November 7, 2012, 
this release candidate will become the final 2.0.0 release.
Please report any problems you may encounter ASAP. Thank you!
***************************************************************

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-rc1 - Mike Pall