aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/LuaJIT-1.1.7/README
blob: 3af04b8a1d01b0624a7a0e1c47ec97ce53d3f11b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
README for LuaJIT 1.1.7
-----------------------

************************************************************
* This is only a bugfix release for the LuaJIT 1.1 branch. *
* LuaJIT 2.0 is available with much improved performance!  *
************************************************************

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

  Lua is a powerful, light-weight programming language designed
  for extending applications. Lua is also frequently used as a
  general-purpose, stand-alone language. More information about
  Lua can be found in the docs (see below) or at: http://www.lua.org/

LuaJIT 1.x is based on the Lua 5.1.x virtual machine and bytecode
interpreter from lua.org. It compiles bytecode to native x86 (i386+)
machine code to speed up the execution of Lua programs.

Homepage: http://luajit.org/

LuaJIT is Copyright (C) 2005-2011 Mike Pall. LuaJIT is free
software, released under the MIT/X license.

-----------------------

Full documentation for LuaJIT is available in HTML format.
Please point your favourite browser to:

 jitdoc/luajit.html

Detailed installation instructions are here:

 jitdoc/luajit_install.html

The original documentation for Lua has been included for convenience:

 doc/readme.html

-----------------------

LuaJIT 1.1.7 is a heavily modified version of Lua 5.1.4.
The unmodified Lua distribution is available at:

  http://www.lua.org/ftp/lua-5.1.4.tar.gz