]> Cypherpunks repositories - gostls13.git/commit
all: remove GOEXPERIMENT=swissmap
authorMichael Pratt <mpratt@google.com>
Fri, 25 Jul 2025 19:35:36 +0000 (15:35 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 30 Jul 2025 18:47:14 +0000 (11:47 -0700)
commit2ae059ccaf982c3304fae0b48c1d78ad7192cbdd
treedc3fda38ac232193ff6b3978978dc41e9906bbe0
parentcc571dab91e73413cf2ba1546a4ba485038cf2d1
all: remove GOEXPERIMENT=swissmap

For #54766.

Change-Id: I6a6a636c40b5fe2e8b0d4a5e23933492bc8bb76e
Reviewed-on: https://go-review.googlesource.com/c/go/+/691595
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
71 files changed:
src/cmd/compile/internal/gc/main.go
src/cmd/compile/internal/reflectdata/map.go [moved from src/cmd/compile/internal/reflectdata/map_swiss.go with 100% similarity]
src/cmd/compile/internal/reflectdata/map_noswiss.go [deleted file]
src/cmd/compile/internal/reflectdata/reflect.go
src/cmd/compile/internal/rttype/rttype.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/test/inl_test.go
src/cmd/compile/internal/typecheck/_builtin/runtime.go
src/cmd/compile/internal/typecheck/builtin.go
src/cmd/compile/internal/types/fmt.go
src/cmd/compile/internal/types/sizeof_test.go
src/cmd/compile/internal/types/type.go
src/cmd/compile/internal/walk/builtin.go
src/cmd/compile/internal/walk/order.go
src/cmd/compile/internal/walk/range.go
src/cmd/compile/internal/walk/walk.go
src/cmd/link/internal/ld/deadcode.go
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/dwarf_test.go
src/hash/maphash/maphash_runtime.go
src/internal/abi/map.go [moved from src/internal/abi/map_swiss.go with 100% similarity]
src/internal/abi/map_noswiss.go [deleted file]
src/internal/abi/map_select_noswiss.go [deleted file]
src/internal/abi/map_select_swiss.go [deleted file]
src/internal/abi/type.go
src/internal/buildcfg/exp.go
src/internal/goexperiment/exp_swissmap_off.go [deleted file]
src/internal/goexperiment/exp_swissmap_on.go [deleted file]
src/internal/goexperiment/flags.go
src/internal/runtime/maps/export_noswiss_test.go [deleted file]
src/internal/runtime/maps/export_swiss_test.go [deleted file]
src/internal/runtime/maps/export_test.go
src/internal/runtime/maps/map.go
src/internal/runtime/maps/map_swiss_test.go [deleted file]
src/internal/runtime/maps/map_test.go
src/internal/runtime/maps/runtime.go
src/internal/runtime/maps/runtime_fast32.go [moved from src/internal/runtime/maps/runtime_fast32_swiss.go with 99% similarity]
src/internal/runtime/maps/runtime_fast64.go [moved from src/internal/runtime/maps/runtime_fast64_swiss.go with 99% similarity]
src/internal/runtime/maps/runtime_faststr.go [moved from src/internal/runtime/maps/runtime_faststr_swiss.go with 99% similarity]
src/internal/runtime/maps/runtime_swiss.go [deleted file]
src/reflect/all_test.go
src/reflect/export_noswiss_test.go [deleted file]
src/reflect/export_swiss_test.go [deleted file]
src/reflect/export_test.go
src/reflect/map.go [moved from src/reflect/map_swiss.go with 93% similarity]
src/reflect/map_noswiss.go [deleted file]
src/reflect/map_noswiss_test.go [deleted file]
src/reflect/map_test.go [moved from src/reflect/map_swiss_test.go with 76% similarity]
src/runtime/export_map_noswiss_test.go [deleted file]
src/runtime/export_map_swiss_test.go [deleted file]
src/runtime/export_test.go
src/runtime/linkname_shim.go [moved from src/runtime/linkname_swiss.go with 98% similarity]
src/runtime/map.go [moved from src/runtime/map_swiss.go with 95% similarity]
src/runtime/map_fast32.go [moved from src/runtime/map_fast32_swiss.go with 98% similarity]
src/runtime/map_fast32_noswiss.go [deleted file]
src/runtime/map_fast64.go [moved from src/runtime/map_fast64_swiss.go with 98% similarity]
src/runtime/map_fast64_noswiss.go [deleted file]
src/runtime/map_faststr.go [moved from src/runtime/map_faststr_swiss.go with 97% similarity]
src/runtime/map_faststr_noswiss.go [deleted file]
src/runtime/map_noswiss.go [deleted file]
src/runtime/map_noswiss_test.go [deleted file]
src/runtime/map_swiss_test.go [deleted file]
src/runtime/map_test.go
src/runtime/runtime-gdb.py
src/runtime/runtime-gdb_test.go
src/runtime/type.go
test/fixedbugs/issue69110.go [deleted file]
test/fixedbugs/issue70189.go
test/live.go
test/live2.go
test/live_regabi.go