]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/maps: store group across Iter.Next calls
authorMichael Pratt <mpratt@google.com>
Fri, 18 Oct 2024 20:31:28 +0000 (16:31 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 30 Oct 2024 15:41:29 +0000 (15:41 +0000)
commitaefb173b0a1c1edfdd631b8b4ac752b947ab80a8
treeb64fbb13743e294e5d8652c59065e8b48aeb67b5
parent7b3ac0ca5d168afda5d5c244eeb79aae021ecbe2
internal/runtime/maps: store group across Iter.Next calls

A previous CL kept it across loop iterations, but those are more rare
than call iterations.

For #54766.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest-swissmap
Change-Id: Ieea0f1677e357f5e451650b1c697da7f63f3bca1
Reviewed-on: https://go-review.googlesource.com/c/go/+/621116
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/reflectdata/map_swiss.go
src/internal/runtime/maps/table.go