Hacker News new | ask | show | jobs
by glandium 460 days ago
> Go's compiler will not do those kinds of things.

Go's compiler is notorious for choosing to compile quickly rather than optimize code.

But is that true of gccgo?