]> Cypherpunks repositories - gostls13.git/commit
cmd/compile,runtime: disable swissmap fast variants
authorMichael Pratt <mpratt@google.com>
Mon, 22 Apr 2024 18:17:35 +0000 (14:17 -0400)
committerMichael Pratt <mpratt@google.com>
Fri, 2 Aug 2024 16:47:38 +0000 (16:47 +0000)
commit1985c0ccf9ef0736aeb79ef548689aa935fa5c4c
tree9ac59b7b7c1ebb5a95b6d147d2542e7831e08efd
parent4f7dc282c4bdfba4e63b39bbe9846c1469dc7ee5
cmd/compile,runtime: disable swissmap fast variants

Temporary measure to reduce the required MVP code.

For #54766.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest-swissmap
Change-Id: I44dc8acd0dc8280c6beb40451998e84bc85c238a
Reviewed-on: https://go-review.googlesource.com/c/go/+/580915
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
12 files changed:
src/cmd/compile/internal/walk/walk.go
src/reflect/map_swiss.go
src/runtime/map_fast32_swiss.go
src/runtime/map_fast64_swiss.go
src/runtime/map_faststr_swiss.go
test/codegen/maps.go
test/live.go
test/live_noswiss.go [new file with mode: 0644]
test/live_regabi.go
test/live_regabi_noswiss.go [new file with mode: 0644]
test/live_regabi_swiss.go [new file with mode: 0644]
test/live_swiss.go [new file with mode: 0644]