[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaJIT-2.0.0
- From: Mike Pall <mikelu-1211@...>
- Date: Mon, 12 Nov 2012 19:15:21 +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