]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove support for old-style bounds check calls
authorKeith Randall <khr@golang.org>
Thu, 19 Jun 2025 00:09:20 +0000 (17:09 -0700)
committerKeith Randall <khr@golang.org>
Tue, 5 Aug 2025 15:59:28 +0000 (08:59 -0700)
commit21ab0128b62658ba3e325586f45bb781bee55fda
tree897bd90692ce8dc1965e6704c03a6b0aa3bd8a05
parent802d056c784d6baa8e5fc13a86e24ecc82ec2bf2
cmd/compile: remove support for old-style bounds check calls

This CL rips out the support for old-style assembly stubs.

We need to keep the Go stubs for wasm support.

Change-Id: I23d6d9f2f06be1ded8d22b3e0ef04ff6e252a587
Reviewed-on: https://go-review.googlesource.com/c/go/+/682402
Reviewed-by: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssagen/ssa.go
src/runtime/panic.go