]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use new runtime type mechanism for type switches and asserts
authorKeith Randall <khr@golang.org>
Thu, 12 Oct 2023 17:57:04 +0000 (10:57 -0700)
committerKeith Randall <khr@golang.org>
Tue, 24 Oct 2023 20:26:01 +0000 (20:26 +0000)
commit9ab5121691ee0c4f32bf8d8c3c10c0e85a89ceb5
tree360c73e346a939d0ad2874087d8267f5c365298f
parent2d9e8ded9464932b8a296164506b64f58908c6cf
cmd/compile: use new runtime type mechanism for type switches and asserts

Change-Id: Ife7d6d6d773ac0d8ac38dbd2da7dccc519998b63
Reviewed-on: https://go-review.googlesource.com/c/go/+/534816
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/rttype/rttype.go
src/cmd/compile/internal/walk/expr.go
src/cmd/compile/internal/walk/switch.go