]> Cypherpunks repositories - gostls13.git/commit
go/types: avoid formatting unneeded causes
authorAlan Donovan <adonovan@google.com>
Fri, 28 Oct 2022 20:16:56 +0000 (16:16 -0400)
committerAlan Donovan <adonovan@google.com>
Mon, 31 Oct 2022 20:16:31 +0000 (20:16 +0000)
commit4b993bffb83394105d13b426dae12afe0ab05804
treece58cd8c7d8f1fae7df4b0a90dcbf9aa7b5097d7
parent7366b199c52f1c6ac6590bf126357bd2762ebc5b
go/types: avoid formatting unneeded causes

This one slipped through a previous cleanup
and showed up in an allocation profile.

Change-Id: Ife447fe32797f1685c20806718193b0985b4a412
Reviewed-on: https://go-review.googlesource.com/c/go/+/446295
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/types2/instantiate.go
src/go/types/instantiate.go