aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2010-03-15 17:20:08 +0100
committerMike Pall <mike>2010-03-15 17:20:08 +0100
commite57390f73493fabf6aac8a40720f5102a98435f4 (patch)
tree5d940b1c0390dca2e2905c1ffacf616f0794cdc5 /doc
parentc4727220e889dccf06427fd6e473741c0829e344 (diff)
downloadluajit-e57390f73493fabf6aac8a40720f5102a98435f4.tar.gz
luajit-e57390f73493fabf6aac8a40720f5102a98435f4.tar.bz2
luajit-e57390f73493fabf6aac8a40720f5102a98435f4.zip
Update changelog.
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.html18
-rw-r--r--doc/status.html2
2 files changed, 19 insertions, 1 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">&raquo;</span>&nbsp;Online Change History</a> 51<a href="http://luajit.org/changes.html"><span class="ext">&raquo;</span>&nbsp;Online Change History</a>
52to see whether newer versions are available. 52to 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 &mdash; 2010-03-07</h2> 73<h2 id="LuaJIT-2.0.0-beta3">LuaJIT 2.0.0-beta3 &mdash; 2010-03-07</h2>
56<ul> 74<ul>
diff --git a/doc/status.html b/doc/status.html
index c4d9170f..dd1b02a1 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -186,7 +186,7 @@ overriding goal for a low-footprint, low-overhead JIT compiler.
186</li> 186</li>
187<li> 187<li>
188More <b>optimizations</b> will be added in parallel to the last step on 188More <b>optimizations</b> will be added in parallel to the last step on
189an as-needed basis. Array-bounds-check (ABC) removal, sinking of stores 189an as-needed basis. Sinking of stores
190to aggregates and sinking of allocations are high on the list. Faster 190to aggregates and sinking of allocations are high on the list. Faster
191handling of NEWREF and better alias analysis are desirable, too. More 191handling of NEWREF and better alias analysis are desirable, too. More
192complex optimizations with less pay-off, such as value-range-propagation 192complex optimizations with less pay-off, such as value-range-propagation