Hacker News new | ask | show | jobs
by alco 4202 days ago
Just a small note: Go has also abandoned segmented stacks. They were a placeholder until Go got precise GC which enabled it to use contiguous stacks with pointer rewriting. Here's a good explanation of this – http://agis.io/2014/03/25/contiguous-stacks-in-go.html.
1 comments

That's a very relevant point, thanks for the link, will check!