Hacker News new | ask | show | jobs
by dsff3f3f3f 842 days ago
Go is perfectly capable of all of the additional optimizations that are in the fastest Java implementation that is linked in the article.
1 comments

Until some time ago Go did not even have inlining profitability logic in the compiler and could only inline leaf functions, something which is worse than JVM implementations could do in...2005 or so I think?

Are you sure?