Skip to content

Commit

Permalink
internal/buildcfg: enable the pacer redesign by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mknyszek committed Nov 4, 2021
1 parent a108b28 commit 961aab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/buildcfg/exp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 961aab2

Please sign in to comment.