Fix TSETM on x64/SSE builds when table is resized.

This commit is contained in:
Mike Pall
2010-03-15 19:00:16 +01:00
parent 871941a840
commit 1fea5cb822
5 changed files with 426 additions and 448 deletions

View File

@@ -57,6 +57,7 @@ to see whether newer versions are available.
<ul>
<li>Correctness and completeness:
<ul>
<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>
<li>Fix potential hang when recording bytecode with nested closures.</li>