This is the common project page for:
- LuaJIT — a Just-In-Time Compiler for Lua.
- Coco — a Lua extension for True C Coroutines.
- DynASM — a Dynamic Assembler for code generation engines.
- Lua Bitop — a Lua extension for bitwise operations on numbers.
News
- 2010-01-20 LuaJIT sponsorship program — success!
-
The sponsorship campaign for the x64 port of LuaJIT 2.0 has reached its goal
after only six weeks!
Many thanks go to all sponsors!
Work on the x64 port is still ongoing and can be followed in the git repository.
- 2009-12-08 Public git repository for LuaJIT 2.0
- The latest development snapshots of LuaJIT 2.0 are now available from a public git repository.
- 2009-11-09 LuaJIT 2.0.0-beta2 has been released
-
This release fixes many bugs present in the initial release
— please upgrade!
The other major changes are reorganized Makefiles for POSIX (now builds both static and shared libraries) and support for handling C++ exceptions.
Please check the changelog for more details.
- 2009-10-31 LuaJIT 2.0.0-beta1 has been released
-
This is the first public release of the long-awaited LuaJIT 2.0.
LuaJIT 2.0 is in Beta Test right now — please report any issues you may encounter. The whole VM has been rewritten from the ground up and relentlessly optimized for performance. LuaJIT 2.0 combines a high-speed interpreter with a state-of-the-art trace-based JIT compiler.