LuaJIT with native 5.2 and 5.3 support / fork
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
u3shit dde8f234fb fix lua_load with ABIVER=51 7 years ago
bench Some tests 9 years ago
doc MIPS: Support MIPS16 interlinking. 9 years ago
dynasm DynASM/MIPS: Add missing MIPS64 instructions. 9 years ago
etc Merge branch 'v2.1' of http://luajit.org/git/luajit-2.0 9 years ago
src fix lua_load with ABIVER=51 7 years ago
.gitignore RELEASE LuaJIT-2.0.0-beta1 15 years ago
.version build system revamp 9 years ago
COPYRIGHT Merge branch 'v2.1' of http://luajit.org/git/luajit-2.0 9 years ago
CREDITS 5.3 int 9 years ago
Makefile build system revamp 9 years ago
README Update README 9 years ago

README

LuaJIT experimental 5.2/5.3 port
--------------------------------

* i386/x64 only (other archs adhoc, ported per demand)
* Some C API calls may be still missing, the frequently used ones are all there

The code is not yet suitable for "long running" production. The changes made
are substantial, there *will be* bugs - and not much testing has been done yet.

Still, lot of smaller single-shot scripts written for 5.2/5.3 work as expected,
and a bug in the interpreter can be usually easily spotted.