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

Topic - Edition

Go

1 items on 19 Jun 2020
Go

How to dump the GOSSAFUNC graph for a method

The Go compiler’s SSA backend contains a facility to produce HTML debugging output of the compilation phases. This post covers how to print the SSA output for function and methods. Let’s start with a sample program…

Source: Dave Cheney Dave Cheney