Hacker News new | ask | show | jobs
by noodly 4527 days ago
Do you know if ghc uses segmented stacks ?

I'm wondering, because I implemented chinese whispers in haskell and it seems to be on par with go.

1 comments

Yeah, but they're recent (segmented stacks).

How stacks work in something like STG are very different from a language like Rust or C.