]> Cypherpunks repositories - gostls13.git/commit
go/types: reduce number of delayed functions
authorRobert Findley <rfindley@google.com>
Wed, 8 Sep 2021 23:03:37 +0000 (19:03 -0400)
committerRobert Findley <rfindley@google.com>
Thu, 9 Sep 2021 12:57:26 +0000 (12:57 +0000)
commit66f0d35f7145ca8d4e45b04292f44831d6610b3b
treed6747176e89ebd2aefefcb4871868dff76325ed5
parentd2a77f1c76dcc960d8548fa47ec29fcb1b2e5833
go/types: reduce number of delayed functions

This is a port of CL 348018 to go/types. It differs from that CL due to
the way that field lists are represented in go/ast.

Change-Id: Ib5a0243b44d0bf9e95d039f624c668f8c329f8fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/348691
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/decl.go