]> Cypherpunks repositories - gostls13.git/commitdiff
internal/buildcfg: enable the pacer redesign by default
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 25 Oct 2021 21:43:27 +0000 (21:43 +0000)
committerMichael Knyszek <mknyszek@google.com>
Thu, 4 Nov 2021 20:00:54 +0000 (20:00 +0000)
Change-Id: Ifb90d5482cb0cedee6cb4d6297853ac7913d14ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/358674
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/internal/buildcfg/exp.go

index 043d079cf649a6784860af98dc61cc02068b4439..a9b29d6718c5cf08220127a6dbf11057a84899d7 100644 (file)
@@ -56,6 +56,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (flags, baseline goexperiment
                RegabiWrappers: regabiSupported,
                RegabiReflect:  regabiSupported,
                RegabiArgs:     regabiSupported,
+               PacerRedesign:  true,
        }
 
        // Start with the statically enabled set of experiments.