From: Mike Pall Date: Mon, 23 Aug 2010 18:53:55 +0000 (+0200) Subject: Update changelog. X-Git-Tag: v2.0.0-beta5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9cdefee0a5bdcc69f0415077187d802eb05d024;p=thirdparty%2FLuaJIT.git Update changelog. --- diff --git a/doc/changes.html b/doc/changes.html index 585482a5..8158728b 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -53,6 +53,38 @@ Please check the » Online Change History to see whether newer versions are available.

+ +
+

Development Snapshot

+ +
+

LuaJIT 2.0.0-beta4 — 2010-03-28

  • Structural and performance enhancements:
      -
    • Add array bounds check elimination. -Oabc is enabled by default.
    • +
    • Add array bounds check elimination. -Oabc is enabled by default.
    • More tuning for x64, e.g. smaller table objects.