[ANN] LuaJIT-2.1.0-beta1

  • From: Mike Pall <mikelj-1508@xxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 26 Aug 2015 00:18:38 +0200

LuaJIT 2.1.0-beta1 has been released.

This is the first beta release for the new v2.1 branch. The beta
phase will be very short and a final release will follow soon.
Please start testing now.

Here's a direct link to the download page:

http://luajit.org/download.html


There are a couple of minor 2.1 release blockers. Please report
any issues with the beta release here:

https://github.com/luajit/luajit/issues

NOTE: The git repository at luajit.org is still the git master.
The GitHub repo will become the master after the 2.1.0-final
release is done.


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

--Mike

Other related posts:

  • » [ANN] LuaJIT-2.1.0-beta1 - Mike Pall