From d9cdefee0a5bdcc69f0415077187d802eb05d024 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 23 Aug 2010 20:53:55 +0200 Subject: [PATCH] Update changelog. --- doc/changes.html | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) 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.