From e57390f73493fabf6aac8a40720f5102a98435f4 Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Mon, 15 Mar 2010 17:20:08 +0100
Subject: Update changelog.
---
doc/changes.html | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
(limited to 'doc/changes.html')
diff --git a/doc/changes.html b/doc/changes.html
index 5ef8b4cd..f7c039d2 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -51,6 +51,24 @@ Please check the
» Online Change History
to see whether newer versions are available.
+
+
+
Development Snapshot
+
+- Correctness and completeness:
+
+- Fix folding of ordered comparisons with same references.
+- Fix snapshot restores for multi-result bytecodes.
+- Fix potential hang when recording bytecode with nested closures.
+- Fix recording of getmetatable(), tonumber() and bad argument types.
+- Fix SLOAD fusion across returns to lower frames.
+
+- Structural and performance enhancements:
+
+- Add array bounds check elimination. -Oabc is enabled by default.
+
+
+
LuaJIT 2.0.0-beta3 — 2010-03-07