Mirror of the LuaJIT git repository
Go to file
Mike Pall dbab6cf511 Reassociate XLOAD across PHIs to handle a[i-1] forwarding case.
Improved SciMark scores: http://luajit.org/download/scimark.lua

x86      SciMark LARGE | FFT     SOR      MC    SPARSE    LU
-----------------------+---------------------------------------
GCC 4.4.3        623.8 |  91.0   883.5   190.4   784.7  1169.6
LuaJIT git +FFI  651.2 |  97.2  1021.9   323.4   673.7  1139.6
LuaJIT git       527.7 |  91.4  1008.5   225.6   400.0   913.2

x64      SciMark LARGE | FFT     SOR      MC    SPARSE    LU
-----------------------+---------------------------------------
GCC 4.4.3        614.7 |  97.7   883.5   228.5   734.0  1129.9
JVM 1.6.0_22     707.5 |  79.2  1118.1   385.5   658.9  1295.7
LuaJIT git +FFI  632.8 |  89.1  1035.8   298.3   648.1  1092.9
LuaJIT git       516.1 |  88.4   995.4   225.6   382.1   888.9
2010-12-20 22:32:01 +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 Fix dump of pointer constants. 2010-12-20 17:12:49 +01:00
src Reassociate XLOAD across PHIs to handle a[i-1] forwarding case. 2010-12-20 22:32:01 +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