diff options
author | Mike Pall <mike> | 2016-05-20 20:26:39 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2016-05-20 20:26:39 +0200 |
commit | 475a6ae33fc4b28d4c1c7a5f663ea933e0ccbdfd (patch) | |
tree | c6f2cc8862e7e4db1a8afc0bc73a6fef56878f99 /doc | |
parent | d4f3b1136b08ec65cf7e76691d63a7730d832ddc (diff) | |
parent | 37e1e70313367d0264be9a2b9e563a8a94745303 (diff) | |
download | luajit-475a6ae33fc4b28d4c1c7a5f663ea933e0ccbdfd.tar.gz luajit-475a6ae33fc4b28d4c1c7a5f663ea933e0ccbdfd.tar.bz2 luajit-475a6ae33fc4b28d4c1c7a5f663ea933e0ccbdfd.zip |
Merge branch 'master' into v2.1
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 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 | |||
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> | 93 | <li> |
94 | Some checks are missing in the JIT-compiled code for obscure situations | ||
95 | with <b>open upvalues aliasing</b> one of the SSA slots later on (or | ||
96 | vice versa). Bonus points, if you can find a real world test case for | ||
97 | this. | ||
98 | </li> | ||
99 | <li> | ||
100 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not | 94 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not |
101 | handled correctly. The error may fall through an on-trace | 95 | handled 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 |