]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: teach prove about len's & cap's max based on the element size
authorJorropo <jorropo.pgm@gmail.com>
Tue, 12 Aug 2025 10:49:13 +0000 (12:49 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 13 Aug 2025 14:21:20 +0000 (07:21 -0700)
commit9fcb87c352b398aa650310160346c8d9bfcdcc45
treec426c5cfa86605b12960224d3c3f18a5be132829
parent9763ece873293c05560444cd6c6b8ea4cd2af1b4
cmd/compile: teach prove about len's & cap's max based on the element size

Change-Id: I88056fada1ff488c199fce54cf737dbdd091214d
Reviewed-on: https://go-review.googlesource.com/c/go/+/695095
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/prove.go
test/prove.go