From 23189fa40d8cda4fa039a44b1211771b3d34fc7b Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 28 Mar 2010 19:26:33 +0200 Subject: RELEASE LuaJIT-2.0.0-beta4 --- doc/changes.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'doc/changes.html') diff --git a/doc/changes.html b/doc/changes.html index b601b97a..585482a5 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -45,17 +45,16 @@ div.major { max-width: 600px; padding: 1em; margin: 1em 0 1em 0; }

This is a list of changes between the released versions of LuaJIT.
-The current development version is LuaJIT 2.0.0-beta3.
-The current stable version is LuaJIT 1.1.5. +The current development version is LuaJIT 2.0.0-beta4.
+The current stable version is LuaJIT 1.1.6.

Please check the » Online Change History to see whether newer versions are available.

- -
-

Development Snapshot

+
+

LuaJIT 2.0.0-beta4 — 2010-03-28

  • Correctness and completeness:
      @@ -72,9 +71,8 @@ to see whether newer versions are available.
    • Add array bounds check elimination. -Oabc is enabled by default.
    • More tuning for x64, e.g. smaller table objects.
  • -
+ -

LuaJIT 2.0.0-beta3 — 2010-03-07

  • LuaJIT x64 port:
  • @@ -162,6 +160,16 @@ no point in listing differences over earlier versions.
+

LuaJIT 1.1.6 — 2010-03-28

+
    +
  • Added fixes for the +» currently known bugs in Lua 5.1.4.
  • +
  • Removed wrong GC check in jit_createstate(). +Thanks to Tim Mensch.
  • +
  • Fixed bad assertions while compiling table.insert() and +table.remove().
  • +
+

LuaJIT 1.1.5 — 2008-10-25

  • Merged with Lua 5.1.4. Fixes all -- cgit v1.2.3-55-g6feb