]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: deprecate has init and derived func instance
authorTim King <taking@google.com>
Thu, 15 Aug 2024 20:57:53 +0000 (13:57 -0700)
committerTim King <taking@google.com>
Tue, 20 Aug 2024 23:11:53 +0000 (23:11 +0000)
commit24fd1a043d1a81267d4a8175c114b59a86928ddd
tree0485fbdc3f583278289352a64b99e59606607d6f
parent7dc1ee81f9be4bf3397646afcd3170e896389342
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>
src/cmd/compile/internal/importer/ureader.go
src/cmd/compile/internal/noder/reader.go
src/cmd/compile/internal/noder/unified.go
src/cmd/compile/internal/noder/writer.go
src/go/internal/gcimporter/ureader.go