Skip to content
TILens What matters today in tech
Theme

Daily edition · Go

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

25 Apr 2020 edition
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