aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/status.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/status.html b/doc/status.html
index f607f5cb..9f94b581 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -90,12 +90,6 @@ The Lua <b>debug API</b> is missing a couple of features (return
90hooks for non-Lua functions) and shows slightly different behavior 90hooks for non-Lua functions) and shows slightly different behavior
91in LuaJIT (no per-coroutine hooks, no tail call counting). 91in LuaJIT (no per-coroutine hooks, no tail call counting).
92</li> 92</li>
93<li>
94Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not
95handled correctly. The error may fall through an on-trace
96<tt>pcall</tt> or it may be passed on to the function set with
97<tt>lua_atpanic</tt> on x64.
98</li>
99</ul> 93</ul>
100<br class="flush"> 94<br class="flush">
101</div> 95</div>