]> Cypherpunks repositories - gostls13.git/commit
runtime: move bounds check constants to internal/abi
authorKeith Randall <khr@golang.org>
Tue, 17 Jun 2025 21:44:56 +0000 (14:44 -0700)
committerKeith Randall <khr@golang.org>
Thu, 24 Jul 2025 23:03:38 +0000 (16:03 -0700)
commit741a19ab4197fb528f8d7f7d8a73d3db3ef99355
tree53992c6cf41f09265fd7118a5f0c8f55b92ab188
parentce05ad448fe6ea3b9b33c0eab1143dcb40e3bbc3
runtime: move bounds check constants to internal/abi

For future use by the compiler.

Change-Id: Id3da62006b283ac38008261c0ef88aaf71ef5896
Reviewed-on: https://go-review.googlesource.com/c/go/+/682456
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/internal/abi/bounds.go [new file with mode: 0644]
src/runtime/error.go
src/runtime/panic.go
src/runtime/panic32.go