You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extracted from: #370
As initially implemented, we allocate a new stack whenever we
encounter a child stack. This means acquiring a whole 4kiB chunk
from the arena, which generally is overkill.
Instead we can introduce a new type of stack item, that behave just
like a Hash or Array.
0 commit comments