Hacker News new | ask | show | jobs
by gpderetta 1358 days ago
If you are not interested in discussing it further so be it. But go did have segmented stacks that didn't require reserving additional space.
1 comments

Go's segmented stacks are 2kB and used to be more. That is "reserving additional space".

Stackless space allocation is on the order of single or double digit bytes by contrast. There is no reasonable way to conclude they are comparable.