From 37e1e70313367d0264be9a2b9e563a8a94745303 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 20 May 2016 20:24:06 +0200 Subject: Add guard for obscure aliasing between open upvalues and SSA slots. Thanks to Peter Cawley. --- doc/status.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') diff --git a/doc/status.html b/doc/status.html index c305f47a..b3524397 100644 --- a/doc/status.html +++ b/doc/status.html @@ -89,12 +89,6 @@ hooks for non-Lua functions) and shows slightly different behavior in LuaJIT (no per-coroutine hooks, no tail call counting).
  • -Some checks are missing in the JIT-compiled code for obscure situations -with open upvalues aliasing one of the SSA slots later on (or -vice versa). Bonus points, if you can find a real world test case for -this. -
  • -
  • Currently some out-of-memory errors from on-trace code are not handled correctly. The error may fall through an on-trace pcall or it may be passed on to the function set with -- cgit v1.2.1