• Yury Smolsky's avatar
    cmd/compile: add sources for inlined functions to ssa.html · 9e2a04d5
    Yury Smolsky authored
    This CL adds the source code of all inlined functions
    into the function specified in $GOSSAFUNC.
    The code is appended to the sources column of ssa.html.
    
    ssaDumpInlined is populated with references to inlined functions.
    Then it is used for dumping the sources in buildssa.
    
    The source columns contains code in following order:
    target function, inlined functions sorted by filename, lineno.
    
    Fixes #25904
    
    Change-Id: I4f6d4834376f1efdfda1f968a5335c0543ed36bc
    Reviewed-on: https://go-review.googlesource.com/126606
    Run-TryBot: Yury Smolsky <yury@smolsky.by>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    9e2a04d5
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...