]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Update changelog.
authorMike Pall <mike>
Sun, 28 Mar 2010 16:31:36 +0000 (18:31 +0200)
committerMike Pall <mike>
Sun, 28 Mar 2010 16:31:36 +0000 (18:31 +0200)
doc/changes.html

index f6d346f9277e5539161d245ada9d5d382adc3b60..b601b97a1ee4fb9ece1b0cbd66ea1fe0b755fb02 100644 (file)
@@ -59,6 +59,7 @@ to see whether newer versions are available.
 <ul>
 <li>Correctness and completeness:
 <ul>
+<li>Fix precondition for on-trace creation of table keys.</li>
 <li>Fix <tt>{f()}</tt> on x64 when table is resized.</li>
 <li>Fix folding of ordered comparisons with same references.</li>
 <li>Fix snapshot restores for multi-result bytecodes.</li>
@@ -69,6 +70,7 @@ to see whether newer versions are available.
 <li>Structural and performance enhancements:
 <ul>
 <li>Add array bounds check elimination. -Oabc is enabled by default.</li>
+<li>More tuning for x64, e.g. smaller table objects.</li>
 </ul></li>
 </div>