go/src/cmd
Michael Pratt cce67690b8 cmd/compile: remove post-inlining PGO graph dump
The RedirectEdges logic is fragile and not quite complete (doesn't
update in-edges), which adds overhead to maintaining this package.

In my opinion, the post-inlining graph doesn't provide as much value as
the pre-inlining graph. Even the latter I am not convinced should be in
the compiler rather than an external tool, but it is comparatively
easier to maintain.

Drop it for now. Perhaps we'll want it back in the future for tracking
follow-up optimizations, but for now keep things simple.

Change-Id: I3133a2eb97893a14a6770547f96a3f1796798d17
Reviewed-on: https://go-review.googlesource.com/c/go/+/494655
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
2023-05-12 20:17:06 +00:00
..
addr2line
api cmd/api: move support checks into individual tests 2023-05-03 14:35:45 +00:00
asm internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into internal/abi 2023-04-21 19:28:49 +00:00
buildid
cgo cmd/cgo/internal/testcarchive: build on all platforms 2023-05-12 19:43:58 +00:00
compile cmd/compile: remove post-inlining PGO graph dump 2023-05-12 20:17:06 +00:00
covdata cmd: use slices.Equal to simplify code 2023-05-10 10:18:37 +00:00
cover cmd/cover: add newline to fix -covermode=atomic build error 2023-02-08 18:28:28 +00:00
dist cmd/cgo/internal/testsanitizers: build on all platforms 2023-05-12 19:43:56 +00:00
distpack all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
doc cmd/doc: format field doc comments when printing entire struct 2023-04-10 22:35:17 +00:00
fix cmd/fix: move cgo and 'go build' support checks into TestRewrite 2023-05-04 18:02:12 +00:00
go cmd/go: add a regression test for Git configurations with safe.bareRepository=explicit 2023-05-12 17:56:45 +00:00
gofmt all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
internal cmd/internal/bootstrap_test: update TestExperimentToolID for Go 1.21 2023-05-12 18:47:14 +00:00
link cmd/link: check DWARF section sizes separately 2023-05-11 20:14:54 +00:00
nm internal/platform: pass race mode to DefaultPIE 2023-03-20 23:32:34 +00:00
objdump cmd/dist: refactor generated cgo-support logic 2023-04-20 17:26:46 +00:00
pack all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
pprof internal/platform: add a function to report whether default builds are PIE 2023-03-15 13:31:05 +00:00
test2json cmd: add wasip1 support 2023-04-06 22:37:50 +00:00
tools cmd: vendor golang.org/x/tools/cmd/bisect 2023-05-09 01:28:10 +00:00
trace cmd/trace: fix error message for bad goroutine state transition 2023-02-10 21:45:16 +00:00
vendor cmd: vendor golang.org/x/tools/cmd/bisect 2023-05-09 01:28:10 +00:00
vet cmd: go get golang.org/x/tools@8f7fb01dd429 and revendor 2023-05-09 01:28:01 +00:00
README.vendor
go.mod cmd: go get golang.org/x/tools@8f7fb01dd429 and revendor 2023-05-09 01:28:01 +00:00
go.sum cmd: go get golang.org/x/tools@8f7fb01dd429 and revendor 2023-05-09 01:28:01 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.