A custom runtime for lua
Go to file
Mike Pall c6130e68eb Avoid dependency on frame layout for LJ_POST_FIXCOMP.
The auxiliary value in u32.lo wasn't used, anyway.
2014-12-15 02:45:40 +01:00
doc Merge branch 'master' into v2.1 2014-06-13 11:16:47 +02:00
dynasm DynASM/ARM64: Initial commit of ARM64 module. 2014-12-03 14:12:02 +01:00
etc Merge branch 'master' into v2.1 2014-01-16 23:18:34 +01:00
src Avoid dependency on frame layout for LJ_POST_FIXCOMP. 2014-12-15 02:45:40 +01:00
.gitignore RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
COPYRIGHT Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
Makefile Merge branch 'master' into v2.1 2014-01-16 23:18:34 +01:00
README Merge branch 'master' into v2.1 2014-01-16 23:18:34 +01:00

README for LuaJIT 2.1.0-alpha
-----------------------------

LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.

Project Homepage: http://luajit.org/

LuaJIT is Copyright (C) 2005-2014 Mike Pall.
LuaJIT is free software, released under the MIT license.
See full Copyright Notice in the COPYRIGHT file or in luajit.h.

Documentation for LuaJIT is available in HTML format.
Please point your favorite browser to:

 doc/luajit.html