diff options
Diffstat (limited to 'doc/changes.html')
-rw-r--r-- | doc/changes.html | 18 |
1 files changed, 18 insertions, 0 deletions
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 | |||
51 | <a href="http://luajit.org/changes.html"><span class="ext">»</span> Online Change History</a> | 51 | <a href="http://luajit.org/changes.html"><span class="ext">»</span> Online Change History</a> |
52 | to see whether newer versions are available. | 52 | to see whether newer versions are available. |
53 | </p> | 53 | </p> |
54 | |||
55 | <div class="major" style="background: #d0d0d0;"> | ||
56 | <h2 id="snap">Development Snapshot</h2> | ||
57 | <ul> | ||
58 | <li>Correctness and completeness: | ||
59 | <ul> | ||
60 | <li>Fix folding of ordered comparisons with same references.</li> | ||
61 | <li>Fix snapshot restores for multi-result bytecodes.</li> | ||
62 | <li>Fix potential hang when recording bytecode with nested closures.</li> | ||
63 | <li>Fix recording of getmetatable(), tonumber() and bad argument types.</li> | ||
64 | <li>Fix SLOAD fusion across returns to lower frames.</li> | ||
65 | </ul></li> | ||
66 | <li>Structural and performance enhancements: | ||
67 | <ul> | ||
68 | <li>Add array bounds check elimination. -Oabc is enabled by default.</li> | ||
69 | </ul></li> | ||
70 | </div> | ||
71 | |||
54 | <div class="major" style="background: #ffd0d0;"> | 72 | <div class="major" style="background: #ffd0d0;"> |
55 | <h2 id="LuaJIT-2.0.0-beta3">LuaJIT 2.0.0-beta3 — 2010-03-07</h2> | 73 | <h2 id="LuaJIT-2.0.0-beta3">LuaJIT 2.0.0-beta3 — 2010-03-07</h2> |
56 | <ul> | 74 | <ul> |