]> Cypherpunks.ru repositories - gostls13.git/commit
go/types, types2: improved tracing output throughout (debugging support)
authorRobert Griesemer <gri@golang.org>
Thu, 24 Feb 2022 21:10:34 +0000 (13:10 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 21 Mar 2022 19:10:30 +0000 (19:10 +0000)
commitf2cdc6d1672fb335ac56f9c7b824071f1e5ba545
tree40ecfd1a41c01dc763d37bd0744120d2de4867f7
parent7751883379621d8ecbf7e4920af0a81c31f2c078
go/types, types2: improved tracing output throughout (debugging support)

This change fine-tunes tracing output and adds additional
descriptions for delayed actions that were missing tracing.

Change-Id: Ib5e70e8f40ef564194cdb0e8d12c38e15388b987
Reviewed-on: https://go-review.googlesource.com/c/go/+/387919
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
20 files changed:
src/cmd/compile/internal/types2/call.go
src/cmd/compile/internal/types2/check.go
src/cmd/compile/internal/types2/decl.go
src/cmd/compile/internal/types2/expr.go
src/cmd/compile/internal/types2/instantiate.go
src/cmd/compile/internal/types2/named.go
src/cmd/compile/internal/types2/stmt.go
src/cmd/compile/internal/types2/typeset.go
src/cmd/compile/internal/types2/typexpr.go
src/cmd/compile/internal/types2/union.go
src/go/types/call.go
src/go/types/check.go
src/go/types/decl.go
src/go/types/expr.go
src/go/types/instantiate.go
src/go/types/named.go
src/go/types/stmt.go
src/go/types/typeset.go
src/go/types/typexpr.go
src/go/types/union.go