Skip to content

Commit 961aab2

Browse files
committed
internal/buildcfg: enable the pacer redesign by default
Change-Id: Ifb90d5482cb0cedee6cb4d6297853ac7913d14ee Reviewed-on: https://go-review.googlesource.com/c/go/+/358674 Trust: Michael Knyszek <[email protected]> Run-TryBot: Michael Knyszek <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Michael Pratt <[email protected]>
1 parent a108b28 commit 961aab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/buildcfg/exp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (flags, baseline goexperiment
5656
RegabiWrappers: regabiSupported,
5757
RegabiReflect: regabiSupported,
5858
RegabiArgs: regabiSupported,
59+
PacerRedesign: true,
5960
}
6061

6162
// Start with the statically enabled set of experiments.

0 commit comments

Comments
 (0)