]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove unnecessary code in keepAliveAt
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 21 Jan 2026 08:20:27 +0000 (15:20 +0700)
committerGopher Robot <gobot@golang.org>
Thu, 22 Jan 2026 15:30:22 +0000 (07:30 -0800)
commita53589662719d0186e3ce3b965c082b829d0ce4c
treedb0340f7f9591e0dcad4457aa8102128656b644d
parentdae71067ce7ee41ebe752a4ee3c544506e74f824
cmd/compile: remove unnecessary code in keepAliveAt

TypeWord and SrcRType are only needed for interface expression
conversion. Since CL 725180, the kept alive nodes are passed directly to
runtime.KeepAlive, so there's no interface conversion anymore.

Change-Id: I37ad8016bf76a1bf8ba36efea043fc71341b33c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/737840
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
src/cmd/compile/internal/bloop/bloop.go