aboutsummaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/status.html')
-rw-r--r--doc/status.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/status.html b/doc/status.html
index 6f57db1b..d10033b0 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -91,12 +91,6 @@ hooks 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> 93<li>
94Some checks are missing in the JIT-compiled code for obscure situations
95with <b>open upvalues aliasing</b> one of the SSA slots later on (or
96vice versa). Bonus points, if you can find a real world test case for
97this.
98</li>
99<li>
100Currently 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
101handled correctly. The error may fall through an on-trace 95handled correctly. The error may fall through an on-trace
102<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