]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: adjust PGO debug output slightly
authorCherry Mui <cherryyz@google.com>
Mon, 7 Nov 2022 22:05:33 +0000 (17:05 -0500)
committerCherry Mui <cherryyz@google.com>
Tue, 8 Nov 2022 18:10:43 +0000 (18:10 +0000)
commite5d2814576937162ce183d5aab09616ae13d983c
treeb922ea236f4ade7f97b4353fee901ea8f1e7e6c4
parentefe541d4e53f0e229e7069adbdcedb7f0b117d8e
cmd/compile: adjust PGO debug output slightly

- Include the callee names in hot call inlining message.
- Print the graph when pgoinline >= 2.

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