Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2021-01-02 21:32:09 +01:00
6 changed files with 52 additions and 72 deletions

View File

@@ -58,9 +58,15 @@ ul li { padding-bottom: 0.3em; }
</div>
<div id="main">
<p>
<span style="color: #0000c0;">LuaJIT&nbsp;2.0</span> is the current
<span style="color: #0000c0;">stable branch</span>. This branch is in
feature-freeze &mdash; new features will only be added to LuaJIT&nbsp;2.1.
This documentation is for LuaJIT 2.1.0-beta3. Please check the <tt>doc</tt>
directory in each git branch for the version-specific documentation.
</p>
<p>
The currently developed branches are LuaJIT&nbsp;2.1 and LuaJIT&nbsp;2.0.
</p>
<p>
LuaJIT&nbsp;2.0 is in feature-freeze &mdash; new features will only
be added to LuaJIT&nbsp;2.1.
</p>
<h2>Current Status</h2>
@@ -88,8 +94,7 @@ in LuaJIT (no per-coroutine hooks, no tail call counting).
Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not
handled correctly. The error may fall through an on-trace
<tt>pcall</tt> or it may be passed on to the function set with
<tt>lua_atpanic</tt> on x64. This issue will be fixed with the new
garbage collector.
<tt>lua_atpanic</tt> on x64.
</li>
</ul>
<br class="flush">