Skip to content

Commit

Permalink
internal/goexperiment: remove the ExecTracer2 experiment
Browse files Browse the repository at this point in the history
This change removes the ExecTracer2 experiment flag. This flag was
created as part of the tracer overhaul described in #60773.

Updates #66703
For #60773

Change-Id: Ib95b9dd8bb68b48e7543c4d28d853c6a518438f6
Reviewed-on: https://go-review.googlesource.com/c/go/+/576258
Auto-Submit: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
  • Loading branch information
cagedmantis committed Apr 15, 2024
1 parent 7b10c49 commit 55e4097
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion src/internal/buildcfg/exp.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
RegabiWrappers: regabiSupported,
RegabiArgs: regabiSupported,
CoverageRedesign: true,
ExecTracer2: true,
}

// Start with the statically enabled set of experiments.
Expand Down
8 changes: 0 additions & 8 deletions src/internal/goexperiment/exp_exectracer2_off.go

This file was deleted.

8 changes: 0 additions & 8 deletions src/internal/goexperiment/exp_exectracer2_on.go

This file was deleted.

4 changes: 0 additions & 4 deletions src/internal/goexperiment/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,4 @@ type Flags struct {

// Range enables range over int and func.
Range bool

// ExecTracer2 controls whether to use the new execution trace
// implementation.
ExecTracer2 bool
}

0 comments on commit 55e4097

Please sign in to comment.