Skip to content

Commit 41f58b2

Browse files
mknyszekgopherbot
authored andcommitted
runtime: enable the exectracer2 experiment by default
Fixes #60773. Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-linux-amd64-longtest-race Change-Id: Ice3fd4577d58ce593611144242f2cba99c9d2ecb Reviewed-on: https://go-review.googlesource.com/c/go/+/540778 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Michael Knyszek <[email protected]>
1 parent 4e3ac99 commit 41f58b2

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
@@ -74,6 +74,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
7474
RegabiArgs: regabiSupported,
7575
CoverageRedesign: true,
7676
AllocHeaders: true,
77+
ExecTracer2: true,
7778
}
7879

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

0 commit comments

Comments
 (0)