-
- Downloads
cmd/compile: deprecate has init and derived func instance
Removes 'has init' and 'derived func instance' fields from unified IR starting with V2. This should be a no-op at the moment as the writer is hardwired to create V1. Updates #68778 Change-Id: I84a606cbc27cd6d8bd6eee2aff44c89f4aa7413c Reviewed-on: https://go-review.googlesource.com/c/go/+/606035 Reviewed-by:Cuong Manh Le <cuong.manhle.vn@gmail.com> Reviewed-by:
Robert Griesemer <gri@google.com> Reviewed-by:
David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Showing
- src/cmd/compile/internal/importer/ureader.go 10 additions, 3 deletionssrc/cmd/compile/internal/importer/ureader.go
- src/cmd/compile/internal/noder/reader.go 3 additions, 1 deletionsrc/cmd/compile/internal/noder/reader.go
- src/cmd/compile/internal/noder/unified.go 23 additions, 7 deletionssrc/cmd/compile/internal/noder/unified.go
- src/cmd/compile/internal/noder/writer.go 3 additions, 1 deletionsrc/cmd/compile/internal/noder/writer.go
- src/go/internal/gcimporter/ureader.go 9 additions, 3 deletionssrc/go/internal/gcimporter/ureader.go
Loading
Please register or sign in to comment