diff options
author | Mike Pall <mike> | 2021-03-23 00:35:46 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2021-03-23 00:39:50 +0100 |
commit | a32aeadc6878305658fb3939830e6abaef587e40 (patch) | |
tree | 48f3df3a4ca72b1fb7cd628f15b9d21d864bbbc2 /doc | |
parent | ddd0fd8f3754ad83423623655d8b3f8454a7cf1e (diff) | |
download | luajit-a32aeadc6878305658fb3939830e6abaef587e40.tar.gz luajit-a32aeadc6878305658fb3939830e6abaef587e40.tar.bz2 luajit-a32aeadc6878305658fb3939830e6abaef587e40.zip |
Handle on-trace OOM errors from helper functions.
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> |