I will describe the efforts over the past two years to build a better machine-code generator for Go. Based on a SSA (Static Single Assignment) representation, I'll show you how it works and how it enables a host of new optimizations.
Some assembly required.