]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: replace -d=pgoinline with -d=pgodebug
authorMichael Pratt <mpratt@google.com>
Fri, 12 May 2023 19:36:37 +0000 (15:36 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 22 May 2023 15:35:03 +0000 (15:35 +0000)
commit7c2cd0bbe25a016659a0093c3fcce3b051adf340
tree3fec9e1284e116956f0bc447a6a0cc86e11750cf
parent13e96964377b09adfb2165bca25764198dae8349
cmd/compile: replace -d=pgoinline with -d=pgodebug

We will soon have PGO specialization. It doesn't make sense for the
debug flag to have inline in the name, so rename it to pgodebug.

pgoinline is now a flag that can be used to disable PGO inlining.
Devirtualization will have a similar debug flag.

For #59959.

Change-Id: I9770ff1f0d132dfa3cd417018a887a1bd5555bba
Reviewed-on: https://go-review.googlesource.com/c/go/+/494716
Auto-Submit: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/base/debug.go
src/cmd/compile/internal/base/flag.go
src/cmd/compile/internal/inline/inl.go