diff options
author | Mike Pall <mike> | 2010-03-15 19:00:16 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-15 19:00:16 +0100 |
commit | 1fea5cb822a4da746005e0cec35fc2fe2ed5880f (patch) | |
tree | f94b250dd73b2c990cc2e92d2515202aa7a42844 /doc | |
parent | 871941a8404c4665e8c46cc1bb64040955a046f8 (diff) | |
download | luajit-1fea5cb822a4da746005e0cec35fc2fe2ed5880f.tar.gz luajit-1fea5cb822a4da746005e0cec35fc2fe2ed5880f.tar.bz2 luajit-1fea5cb822a4da746005e0cec35fc2fe2ed5880f.zip |
Fix TSETM on x64/SSE builds when table is resized.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index f7c039d2..237c84e3 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -57,6 +57,7 @@ to see whether newer versions are available. | |||
57 | <ul> | 57 | <ul> |
58 | <li>Correctness and completeness: | 58 | <li>Correctness and completeness: |
59 | <ul> | 59 | <ul> |
60 | <li>Fix <tt>{f()}</tt> on x64 when table is resized.</li> | ||
60 | <li>Fix folding of ordered comparisons with same references.</li> | 61 | <li>Fix folding of ordered comparisons with same references.</li> |
61 | <li>Fix snapshot restores for multi-result bytecodes.</li> | 62 | <li>Fix snapshot restores for multi-result bytecodes.</li> |
62 | <li>Fix potential hang when recording bytecode with nested closures.</li> | 63 | <li>Fix potential hang when recording bytecode with nested closures.</li> |