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
- 2012-05-09 LuaJIT 2.0.0-beta10 has been released
-
The main feature of this release is the new port to MIPS CPUs.
Many bugs have been fixed, especially for the ARM and PPC ports and the FFI library.
Please check the changelog for more details.
- 2012-05-08 Lua BitOp 1.0.2 has been released
- This release adds compatibility with both Lua 5.1 and Lua 5.2.
- 2012-05-04 LuaJIT mailing list
- LuaJIT now has a dedicated mailing list! Please subscribe to get the latest news about LuaJIT, to discuss its development and to report bugs.
- 2012-04-16 LuaJIT 1.1.8 has been released
-
This is a minor bug fix release for the LuaJIT 1.1 branch, with fixes from Lua 5.1.5.
Please check the changelog for more details.
- 2012-04-16 Coco 1.1.7 has been released
- This release is now relative to Lua 5.1.5. Also, a setjmp context switching method for iOS has been added.