• Yury Smolsky's avatar
    cmd/compile: add control flow graphs to ssa.html · 3068fcfa
    Yury Smolsky authored
    This CL adds CFGs to ssa.html.
    It execs dot to generate SVG,
    which then gets inlined into the html.
    Some standard naming and javascript hacks
    enable integration with the rest of ssa.html.
    Clicking on blocks highlights the relevant
    part of the CFG, and vice versa.
    
    Sample output and screenshots can be seen in #28177.
    
    CFGs can be turned on with the suffix mask:
    :*            - dump CFG for every phase
    :lower        - just the lower phase
    :lower-layout - lower through layout
    :w,x-y        - phases w and x through y
    
    Calling dot after every pass is noticeably slow,
    instead use the range of phases.
    
    Dead blocks are not displayed on CFG.
    
    User can zoom and pan individual CFG
    when the automatic adjustment has failed.
    
    Dot-related errors are reported
    without bringing down the process.
    
    Fixes #28177
    
    Change-Id: Id52c42d86c4559ca737288aa10561b67a119c63d
    Reviewed-on: https://go-review.googlesource.com/c/142517
    Run-TryBot: Yury Smolsky <yury@smolsky.by>
    Reviewed-by: 's avatarDavid Chase <drchase@google.com>
    3068fcfa
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
buildid Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
test2json Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...