diff options
author | Mike Pall <mike> | 2010-03-28 18:31:36 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-28 18:31:36 +0200 |
commit | 3a8b9bad2e34155ddb1b6a84cc236ea87accbf1a (patch) | |
tree | 25a4ff5ea9ff78e58b1668eed77cecd9533e8471 /doc | |
parent | 1d1d9221f3e665de3fd3ee35d760efe684c59626 (diff) | |
download | luajit-3a8b9bad2e34155ddb1b6a84cc236ea87accbf1a.tar.gz luajit-3a8b9bad2e34155ddb1b6a84cc236ea87accbf1a.tar.bz2 luajit-3a8b9bad2e34155ddb1b6a84cc236ea87accbf1a.zip |
Update changelog.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index f6d346f9..b601b97a 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -59,6 +59,7 @@ to see whether newer versions are available. | |||
59 | <ul> | 59 | <ul> |
60 | <li>Correctness and completeness: | 60 | <li>Correctness and completeness: |
61 | <ul> | 61 | <ul> |
62 | <li>Fix precondition for on-trace creation of table keys.</li> | ||
62 | <li>Fix <tt>{f()}</tt> on x64 when table is resized.</li> | 63 | <li>Fix <tt>{f()}</tt> on x64 when table is resized.</li> |
63 | <li>Fix folding of ordered comparisons with same references.</li> | 64 | <li>Fix folding of ordered comparisons with same references.</li> |
64 | <li>Fix snapshot restores for multi-result bytecodes.</li> | 65 | <li>Fix snapshot restores for multi-result bytecodes.</li> |
@@ -69,6 +70,7 @@ to see whether newer versions are available. | |||
69 | <li>Structural and performance enhancements: | 70 | <li>Structural and performance enhancements: |
70 | <ul> | 71 | <ul> |
71 | <li>Add array bounds check elimination. -Oabc is enabled by default.</li> | 72 | <li>Add array bounds check elimination. -Oabc is enabled by default.</li> |
73 | <li>More tuning for x64, e.g. smaller table objects.</li> | ||
72 | </ul></li> | 74 | </ul></li> |
73 | </div> | 75 | </div> |
74 | 76 | ||