1
0
mirror of https://github.com/golang/go synced 2024-11-15 07:20:45 -07:00

all: enable GOEXPERIMENT=swissmap by default

For #54766.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-linux-amd64-longtest-race,gotip-linux-arm64-longtest,gotip-linux-386-longtest,gotip-darwin-amd64-longtest,gotip-darwin-arm64_13,gotip-linux-ppc64_power10,gotip-linux-arm
Change-Id: I5db0edcc156ed2e4bedc036b0baba2669e10c87a
Reviewed-on: https://go-review.googlesource.com/c/go/+/594597
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>
This commit is contained in:
Michael Pratt 2024-06-24 16:56:22 -04:00
parent 2bb820fd5b
commit 99d60c24e2

View File

@ -72,6 +72,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
RegabiArgs: regabiSupported, RegabiArgs: regabiSupported,
CoverageRedesign: true, CoverageRedesign: true,
AliasTypeParams: true, AliasTypeParams: true,
SwissMap: true,
} }
// Start with the statically enabled set of experiments. // Start with the statically enabled set of experiments.