mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Update changelog.
This commit is contained in:
parent
c4727220e8
commit
e57390f734
@ -51,6 +51,24 @@ Please check the
|
|||||||
<a href="http://luajit.org/changes.html"><span class="ext">»</span> Online Change History</a>
|
<a href="http://luajit.org/changes.html"><span class="ext">»</span> Online Change History</a>
|
||||||
to see whether newer versions are available.
|
to see whether newer versions are available.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div class="major" style="background: #d0d0d0;">
|
||||||
|
<h2 id="snap">Development Snapshot</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Correctness and completeness:
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
<li>Fix recording of getmetatable(), tonumber() and bad argument types.</li>
|
||||||
|
<li>Fix SLOAD fusion across returns to lower frames.</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>Structural and performance enhancements:
|
||||||
|
<ul>
|
||||||
|
<li>Add array bounds check elimination. -Oabc is enabled by default.</li>
|
||||||
|
</ul></li>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="major" style="background: #ffd0d0;">
|
<div class="major" style="background: #ffd0d0;">
|
||||||
<h2 id="LuaJIT-2.0.0-beta3">LuaJIT 2.0.0-beta3 — 2010-03-07</h2>
|
<h2 id="LuaJIT-2.0.0-beta3">LuaJIT 2.0.0-beta3 — 2010-03-07</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -186,7 +186,7 @@ overriding goal for a low-footprint, low-overhead JIT compiler.
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
More <b>optimizations</b> will be added in parallel to the last step on
|
More <b>optimizations</b> will be added in parallel to the last step on
|
||||||
an as-needed basis. Array-bounds-check (ABC) removal, sinking of stores
|
an as-needed basis. Sinking of stores
|
||||||
to aggregates and sinking of allocations are high on the list. Faster
|
to aggregates and sinking of allocations are high on the list. Faster
|
||||||
handling of NEWREF and better alias analysis are desirable, too. More
|
handling of NEWREF and better alias analysis are desirable, too. More
|
||||||
complex optimizations with less pay-off, such as value-range-propagation
|
complex optimizations with less pay-off, such as value-range-propagation
|
||||||
|
Loading…
Reference in New Issue
Block a user