• Yury Smolsky's avatar
    cmd/compile: clean the output of GOSSAFUNC · c35069d6
    Yury Smolsky authored
    Since we print almost everything to ssa.html in the GOSSAFUNC mode,
    there is a need to stop spamming stdout when user just wants to see
    ssa.html.
    
    This changes cleans output of the GOSSAFUNC debug mode.
    To enable the dump of the debug data to stdout, one must
    put suffix + after the function name like that:
    
    GOSSAFUNC=Foo+
    
    Otherwise gc will not print the IR and ASM to stdout after each phase.
    AST IR is still sent to stdout because it is not included
    into ssa.html. It will be fixed in a separate change.
    
    The change adds printing out the full path to the ssa.html file.
    
    Updates #25942
    
    Change-Id: I711e145e05f0443c7df5459ca528dced273a62ee
    Reviewed-on: https://go-review.googlesource.com/126603
    Run-TryBot: Yury Smolsky <yury@smolsky.by>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    c35069d6
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...