mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-19 21:43:27 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
3fbf51bb99
@ -76,7 +76,7 @@ about LuaJIT.</li>
|
|||||||
and links to books and papers about Lua.</li>
|
and links to books and papers about Lua.</li>
|
||||||
<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">»</span> Lua Wiki</a>
|
<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">»</span> Lua Wiki</a>
|
||||||
has information about diverse topics.</li>
|
has information about diverse topics.</li>
|
||||||
</ul>
|
</ul></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<dl id="tech">
|
<dl id="tech">
|
||||||
@ -121,8 +121,7 @@ Consider testing your application with older versions, too.<br>
|
|||||||
|
|
||||||
Similarly, the Borland/Delphi runtime modifies the FPU control word and
|
Similarly, the Borland/Delphi runtime modifies the FPU control word and
|
||||||
enables FP exceptions. Of course this violates the Windows ABI, too.
|
enables FP exceptions. Of course this violates the Windows ABI, too.
|
||||||
Please check the Delphi docs for the Set8087CW method.
|
Please check the Delphi docs for the Set8087CW method.</dd>
|
||||||
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<dl id="ctrlc">
|
<dl id="ctrlc">
|
||||||
@ -145,7 +144,7 @@ result in different orders, too.<br>
|
|||||||
Due to improved VM security, LuaJIT 2.1 may even use a different order
|
Due to improved VM security, LuaJIT 2.1 may even use a different order
|
||||||
on separate VM invocations or when string keys are newly interned.<br><br>
|
on separate VM invocations or when string keys are newly interned.<br><br>
|
||||||
If your program relies on a deterministic order, it has a bug. Rewrite it,
|
If your program relies on a deterministic order, it has a bug. Rewrite it,
|
||||||
so it doesn't rely on the key order. Or sort the table keys, if you must.
|
so it doesn't rely on the key order. Or sort the table keys, if you must.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<dl id="sandbox">
|
<dl id="sandbox">
|
||||||
|
Loading…
Reference in New Issue
Block a user