Compiler Optimizations In Go by William Kennedy

Compiler Optimizations In Go by William Kennedy


Some of the Go compiler optimizations that you can control today with inlining and escape analysis.
Tags:golang