diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/status.html | 6 |
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 | |||
90 | hooks for non-Lua functions) and shows slightly different behavior | 90 | hooks for non-Lua functions) and shows slightly different behavior |
91 | in LuaJIT (no per-coroutine hooks, no tail call counting). | 91 | in LuaJIT (no per-coroutine hooks, no tail call counting). |
92 | </li> | 92 | </li> |
93 | <li> | ||
94 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not | ||
95 | handled 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> |