From: Michael Pratt Date: Mon, 24 Jun 2024 20:56:22 +0000 (-0400) Subject: all: enable GOEXPERIMENT=swissmap by default X-Git-Tag: go1.24rc1~524 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=99d60c24e23d4d97ce51b1ee5660b60a5651693a;p=gostls13.git 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Keith Randall --- diff --git a/src/internal/buildcfg/exp.go b/src/internal/buildcfg/exp.go index 8c8a16c571..f71cada455 100644 --- a/src/internal/buildcfg/exp.go +++ b/src/internal/buildcfg/exp.go @@ -72,6 +72,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) { RegabiArgs: regabiSupported, CoverageRedesign: true, AliasTypeParams: true, + SwissMap: true, } // Start with the statically enabled set of experiments.