aboutsummaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
authorMike Pall <mike>2021-01-02 21:32:09 +0100
committerMike Pall <mike>2021-01-02 21:32:09 +0100
commitebc3503813209e3f46606234b280ef8a7251993c (patch)
tree7bed137356b0ab510de75058fa46d1a952500162 /doc/status.html
parent65378759f38bb946e40f31799992434effd01bba (diff)
parentee855749a188d3d13bba9a0e58f430e138e641ae (diff)
downloadluajit-ebc3503813209e3f46606234b280ef8a7251993c.tar.gz
luajit-ebc3503813209e3f46606234b280ef8a7251993c.tar.bz2
luajit-ebc3503813209e3f46606234b280ef8a7251993c.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/status.html')
-rw-r--r--doc/status.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/status.html b/doc/status.html
index fd0ae8ba..1a8c473c 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -58,9 +58,15 @@ ul li { padding-bottom: 0.3em; }
58</div> 58</div>
59<div id="main"> 59<div id="main">
60<p> 60<p>
61<span style="color: #0000c0;">LuaJIT&nbsp;2.0</span> is the current 61This documentation is for LuaJIT 2.1.0-beta3. Please check the <tt>doc</tt>
62<span style="color: #0000c0;">stable branch</span>. This branch is in 62directory in each git branch for the version-specific documentation.
63feature-freeze &mdash; new features will only be added to LuaJIT&nbsp;2.1. 63</p>
64<p>
65The currently developed branches are LuaJIT&nbsp;2.1 and LuaJIT&nbsp;2.0.
66</p>
67<p>
68LuaJIT&nbsp;2.0 is in feature-freeze &mdash; new features will only
69be added to LuaJIT&nbsp;2.1.
64</p> 70</p>
65 71
66<h2>Current Status</h2> 72<h2>Current Status</h2>
@@ -88,8 +94,7 @@ in LuaJIT (no per-coroutine hooks, no tail call counting).
88Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not 94Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not
89handled correctly. The error may fall through an on-trace 95handled correctly. The error may fall through an on-trace
90<tt>pcall</tt> or it may be passed on to the function set with 96<tt>pcall</tt> or it may be passed on to the function set with
91<tt>lua_atpanic</tt> on x64. This issue will be fixed with the new 97<tt>lua_atpanic</tt> on x64.
92garbage collector.
93</li> 98</li>
94</ul> 99</ul>
95<br class="flush"> 100<br class="flush">