Skip to content
TILens What matters today in tech v0.2.0
Theme

Topic - Edition

Go

1 items on 25 Apr 2020
Go

Inlining optimisations in Go

This is a post about how the Go compiler implements inlining and how this optimisation affects your Go code. n.b. This article focuses on gc, the de facto Go compiler from golang.org. The concepts discussed apply…

Source: Dave Cheney Dave Cheney