aboutsummaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
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 0d357613..d28d7eb5 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -56,9 +56,15 @@ ul li { padding-bottom: 0.3em; }
56</div> 56</div>
57<div id="main"> 57<div id="main">
58<p> 58<p>
59<span style="color: #0000c0;">LuaJIT&nbsp;2.0</span> is the current 59This documentation is for LuaJIT 2.0.5. Please check the <tt>doc</tt>
60<span style="color: #0000c0;">stable branch</span>. This branch is in 60directory in each git branch for the version-specific documentation.
61feature-freeze &mdash; new features will only be added to LuaJIT&nbsp;2.1. 61</p>
62<p>
63The currently developed branches are LuaJIT&nbsp;2.1 and LuaJIT&nbsp;2.0.
64</p>
65<p>
66LuaJIT&nbsp;2.0 is in feature-freeze &mdash; new features will only
67be added to LuaJIT&nbsp;2.1.
62</p> 68</p>
63 69
64<h2>Current Status</h2> 70<h2>Current Status</h2>
@@ -86,8 +92,7 @@ in LuaJIT (no per-coroutine hooks, no tail call counting).
86Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not 92Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not
87handled correctly. The error may fall through an on-trace 93handled correctly. The error may fall through an on-trace
88<tt>pcall</tt> or it may be passed on to the function set with 94<tt>pcall</tt> or it may be passed on to the function set with
89<tt>lua_atpanic</tt> on x64. This issue will be fixed with the new 95<tt>lua_atpanic</tt> on x64.
90garbage collector.
91</li> 96</li>
92</ul> 97</ul>
93<br class="flush"> 98<br class="flush">