Mirror of the LuaJIT git repository
Go to file
Mike Pall d0b283e596 Avoid stack resizes while recording calls to vararg functions.
FUNCV might have been recorded twice (with ill effects).
2010-12-08 19:11:58 +01:00
doc POSIX is an acronym. 2010-12-04 20:47:51 +01:00
dynasm Whitespace. 2010-12-05 01:14:18 +01:00
etc RELEASE LuaJIT-2.0.0-beta5 2010-08-24 15:10:40 +02:00
lib Add IR_TOI64. 2010-12-06 18:21:51 +01:00
src Avoid stack resizes while recording calls to vararg functions. 2010-12-08 19:11:58 +01:00
.gitignore RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
COPYRIGHT Update copyright for Lua 5.2-derived features. 2010-11-29 17:31:45 +01:00
Makefile Update docs for PPC port. Clarify and extend install instructions. 2010-10-05 01:36:54 +02:00
README RELEASE LuaJIT-2.0.0-beta5 2010-08-24 15:10:40 +02:00

README for LuaJIT 2.0.0-beta5
-----------------------------

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

Project Homepage: http://luajit.org/

LuaJIT is Copyright (C) 2005-2010 Mike Pall.
LuaJIT is free software, released under the MIT/X 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