]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: adjust PGO devirtualization diagnostic message
authorCherry Mui <cherryyz@google.com>
Mon, 5 Jun 2023 20:36:38 +0000 (16:36 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 6 Jun 2023 02:36:18 +0000 (02:36 +0000)
commit38e2376f35907ebbb98419f1f4b8f28125bf6aaf
tree56de1d4936de16ea7a99bcae5f218d6ca8a0bc53
parent26a90e4e36c01ae0d356d4e077b99c31cfcb4d1e
cmd/compile: adjust PGO devirtualization diagnostic message

Make it more consistent with the static devirtualization
diagnostic message. Keep the print of concrete callee's method
name, as it is clearer.

Change-Id: Ibe9b40253eaff2c0071353a2b388177213488822
Reviewed-on: https://go-review.googlesource.com/c/go/+/500960
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/cmd/compile/internal/devirtualize/pgo.go
src/cmd/compile/internal/test/pgo_devirtualize_test.go