]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: initialize ACArgs and ACResults AuxCall fields for static and interface...
authorDavid Chase <drchase@google.com>
Fri, 19 Jun 2020 19:29:51 +0000 (15:29 -0400)
committerDavid Chase <drchase@google.com>
Wed, 16 Sep 2020 20:59:03 +0000 (20:59 +0000)
commitacde81e0a9c17ea23a6fc545b40bfabc80133f78
treea3a6652f448c6f732ebdd805deb7f5d19cc38df5
parent3c85e995efd0c2adf8578ed27565ad3b427f1a43
cmd/compile: initialize ACArgs and ACResults AuxCall fields for static and interface calls.

Extend use of AuxCall

Change-Id: I68b6d9bad09506532e1415fd70d44cf6c15b4b93
Reviewed-on: https://go-review.googlesource.com/c/go/+/239081
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/gen/generic.rules
src/cmd/compile/internal/ssa/loopreschedchecks.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssa/rewrite.go
src/cmd/compile/internal/ssa/rewritegeneric.go
src/cmd/compile/internal/ssa/writebarrier.go