]> Cypherpunks repositories - gostls13.git/commit
go/types: remove some unnecessary loading/expansion of Named types
authorRobert Findley <rfindley@google.com>
Thu, 9 Sep 2021 22:41:30 +0000 (18:41 -0400)
committerRobert Findley <rfindley@google.com>
Sun, 12 Sep 2021 16:46:58 +0000 (16:46 +0000)
commitad97d204f02c1f9ad0433e9178d6ce0f3fdb1f9f
treeb34dff0c5a3e7fd2fe60aa0d7deddbbbb36d41cb
parent0d8a4bfc962a606584be0a76ed708f86b44164c7
go/types: remove some unnecessary loading/expansion of Named types

For Identical an u.nify, only type arguments and pointer identity is
needed.

Change-Id: Id4018d2a53044fa20fd26d28890f28b37b6d6d70
Reviewed-on: https://go-review.googlesource.com/c/go/+/349409
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/predicates.go
src/go/types/unify.go