]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: stop interface conversions for generic method calls from allocating"
authorKeith Randall <khr@golang.org>
Thu, 24 Mar 2022 17:50:06 +0000 (17:50 +0000)
committerKeith Randall <khr@golang.org>
Sat, 26 Mar 2022 20:36:39 +0000 (20:36 +0000)
commit3f69cc7d77fbc569824307e6dca37950003ce5a8
treed07da8f1d83adb3b51586ef95185d7af53d1915b
parentf326964824a4001ea3964c256e70d61e7f663afa
Revert "cmd/compile: stop interface conversions for generic method calls from allocating"

This reverts commit e550c3054586a224d949cc8fa030bac0887bee51.

Reason for revert: Method bound calls are no longer implemented using interface calls, so it is no longer necessary. Leaving the test, though.

Change-Id: I80f1e4cd921063cd27ca8f07998316ca282e075b
Reviewed-on: https://go-review.googlesource.com/c/go/+/395594
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/escape/escape.go
src/cmd/compile/internal/ir/expr.go
src/cmd/compile/internal/noder/stencil.go