]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: reorganize compiler type descriptor generation
authorKeith Randall <khr@golang.org>
Mon, 9 Oct 2023 20:34:51 +0000 (13:34 -0700)
committerKeith Randall <khr@golang.org>
Tue, 24 Oct 2023 20:24:47 +0000 (20:24 +0000)
commit2d9e8ded9464932b8a296164506b64f58908c6cf
treeacbde15223c65258d54fd405f5fb7b5daa04c1ce
parent9162c4be9c1eb2a36f46a493d8931a7caa3cac10
cmd/compile: reorganize compiler type descriptor generation

Use the new rttype mechanism to share internal/abi types between
the compiler and runtime.

Change-Id: I2bbba4d8090c6f7ff20dca15b7b665f5d04e5bfd
Reviewed-on: https://go-review.googlesource.com/c/go/+/534936
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Run-TryBot: David Chase <drchase@google.com>
src/cmd/compile/internal/reflectdata/reflect.go
src/cmd/compile/internal/rttype/rttype.go
src/cmd/compile/internal/types/type.go
src/cmd/compile/internal/walk/switch.go
src/internal/abi/compiletype.go