Hacker News new | ask | show | jobs
by pcwalton 3596 days ago
> Isn't allocation just a couple instructions for basically GC languages?

If those GC'd languages have a precise generational GC with bump allocation in the nursery. Go doesn't (and the proposed GC design doesn't allow for this, unfortunately).