Hacker News new | ask | show | jobs
by pron 2538 days ago
In the current Loom implementation, continuation stacks are allocated on the heap; they can grow and shrink as ArrayLists do -- the object stays the same, but the backing array needs to be reallocated.
1 comments

I meant every stack frame to be a separate heap-allocated object.