We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c132e commit 63a6f7eCopy full SHA for 63a6f7e
test/trace/gc64_slot_revival.lua
@@ -0,0 +1,7 @@
1
+do --- BC_KNIL
2
+ local function f(x, y) end
3
+ for i = 1,100 do
4
+ f(i, i)
5
+ f(nil, nil)
6
+ end
7
+end
test/trace/index
@@ -1,6 +1,7 @@
exit_frame.lua
exit_growstack.lua
exit_jfuncf.lua
+gc64_slot_revival.lua
phi
snap.lua
stitch.lua
0 commit comments