Y
Hacker News
new
|
ask
|
show
|
jobs
by
pron
2586 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
avodonosov
2585 days ago
I meant every stack frame to be a separate heap-allocated object.
link