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

Topic - Edition

Go

1 items on 02 May 2020
Go

Mid-stack inlining in Go

In the previous post I discussed how leaf inlining allows the Go compiler to reduce the overhead of function calls and extend optimisation opportunities across function boundaries. In this post I’ll discuss the limits…

Source: Dave Cheney Dave Cheney