<!DOCTYPE html>
<html data-lt-installed="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="padding-bottom: 1px;">
<p>Hi, Sergey,<br>
</p>
<div class="moz-cite-prefix">On 26.08.2024 09:56, Sergey Kaplun
wrote:<br>
</div>
<p><br>
</p>
<p><snipped><br>
</p>
<blockquote type="cite" cite="mid:ZswnIovYxMbzkhnQ@root">
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">
thanks for the patch! LGTM with a minor:
probably line 10 needs more whitespaces:
> do local a,b,c,d,e,f,g,h,i,j,k,l,m,n end -- Ensure bigger frame
size.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
Fixed thanks!
See the iterative patch below.
===================================================================
diff --git a/test/LuaJIT-tests/lang/gc_stack.lua b/test/LuaJIT-tests/lang/gc_stack.lua
index 8aee57e3..d05d4402 100644
--- a/test/LuaJIT-tests/lang/gc_stack.lua
+++ b/test/LuaJIT-tests/lang/gc_stack.lua
@@ -7,7 +7,10 @@ do --- Marking sparse stack.
else
return t[k] -- Leaves holes in each frame.
end
- do local a,b,c,d,e,f,g,h,i,j,k,l,m,n end -- Ensure bigger frame size.
+ do
+ -- Ensure bigger frame size.
+ local a, b, c, d, e, f, g, h, i, j, k, l, m, n
+ end
end})
local x = t[50]
end
===================================================================
</pre>
</blockquote>
Thanks! LGTM<br>
<blockquote type="cite" cite="mid:ZswnIovYxMbzkhnQ@root">
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">
</pre>
</blockquote>
</blockquote>
<snipped><br>
</body>
<lt-container></lt-container>
</html>