mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
RELEASE LuaJIT-2.0.0-rc3
This commit is contained in:
parent
74feb2534c
commit
87d74a8f3d
@ -72,21 +72,23 @@ to see whether newer versions are available.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="major" style="background: #d0d0ff;">
|
<div class="major" style="background: #d0d0ff;">
|
||||||
<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 — 2012-11-06</h2>
|
<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 — 2012-11-08</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Correctness and completeness:
|
<li>Correctness and completeness:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix Android/x86 build.</li>
|
<li>Fix Android/x86 build.</li>
|
||||||
<li>Fix recording of equality comparisons with __eq metamethods.</li>
|
<li>Fix recording of equality comparisons with <tt>__eq</tt> metamethods.</li>
|
||||||
<li>Fix detection of immutable upvalues.</li>
|
<li>Fix detection of immutable upvalues.</li>
|
||||||
<li>Replace error with PANIC for callbacks from JIT-compiled code.</li>
|
<li>Replace error with PANIC for callbacks from JIT-compiled code.</li>
|
||||||
<li>Fix builtin string to number conversion for INT_MIN.</li>
|
<li>Fix builtin string to number conversion for <tt>INT_MIN</tt>.</li>
|
||||||
<li>Don't create unneeded array part for template tables.</li>
|
<li>Don't create unneeded array part for template tables.</li>
|
||||||
<li>Fix CONV.num.int sinking.</li>
|
<li>Fix <tt>CONV.num.int</tt> sinking.</li>
|
||||||
<li>Don't propagate implicitly widened number to index metamethods.</li>
|
<li>Don't propagate implicitly widened number to index metamethods.</li>
|
||||||
|
<li>ARM: Fix ordered comparisons of number vs. non-number.</li>
|
||||||
<li>FFI: Fix code generation for replay of sunk float fields.</li>
|
<li>FFI: Fix code generation for replay of sunk float fields.</li>
|
||||||
<li>FFI: Fix signedness of bool.</li>
|
<li>FFI: Fix signedness of bool.</li>
|
||||||
<li>FFI: Fix recording of bool call result check on x86/x64.</li>
|
<li>FFI: Fix recording of bool call result check on x86/x64.</li>
|
||||||
|
<li>FFI: Fix stack-adjustment for <tt>__thiscall</tt> callbacks.</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user