-
- Downloads
cmd/compile/internal: write type parameters for aliases
Writes the field for type parameter names for aliases when the bitstream is >= V2. This is a no-op at the moment as the writer is hardwired to V1. Updates #68778 Change-Id: I5887e3608239b9a6a47e3cc21cacb75b84e1d186 Reviewed-on: https://go-review.googlesource.com/c/go/+/607235 Reviewed-by:David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by:
Robert Griesemer <gri@google.com> Reviewed-by:
Cuong Manh Le <cuong.manhle.vn@gmail.com>
Showing
- src/cmd/compile/internal/importer/ureader.go 4 additions, 1 deletionsrc/cmd/compile/internal/importer/ureader.go
- src/cmd/compile/internal/noder/reader.go 4 additions, 0 deletionssrc/cmd/compile/internal/noder/reader.go
- src/cmd/compile/internal/noder/writer.go 12 additions, 4 deletionssrc/cmd/compile/internal/noder/writer.go
- src/go/internal/gcimporter/ureader.go 4 additions, 1 deletionsrc/go/internal/gcimporter/ureader.go
Loading
Please register or sign in to comment