]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/devirtualize: do not track assignments to non-PAUTO
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Sun, 12 Oct 2025 09:24:32 +0000 (11:24 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 14 Oct 2025 18:31:45 +0000 (11:31 -0700)
commit4dbf1a5a4c8cdb4233d17cc4fa1ca8865add6ac5
tree0756e57c61a125980963848ece5d65d0e362263c
parent0ddb5ed4653a2cac6ecc7315fcbb1e9f6dcb6dda
cmd/compile/internal/devirtualize: do not track assignments to non-PAUTO

We do not lookup/devirtualize such, so we can skip tracking them.

Change-Id: I8bdb0b11c694e4b2326c236093508a356a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/711160
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/devirtualize/devirtualize.go