Skip to content

Commit

Permalink
internal/buildcfg: enable unified IR by default
Browse files Browse the repository at this point in the history
Unified IR is now at feature parity with the non-unified frontend.

Change-Id: I2a8cd41267a66f5eb1f425b89d18c6d501676e07
Reviewed-on: https://go-review.googlesource.com/c/go/+/422235
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
  • Loading branch information
mdempsky committed Aug 18, 2022
1 parent 0a4a57d commit 833367e
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 @@ -72,6 +72,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
baseline := goexperiment.Flags{
RegabiWrappers: regabiSupported,
RegabiArgs: regabiSupported,
Unified: true,
}

// Start with the statically enabled set of experiments.
Expand Down

0 comments on commit 833367e

Please sign in to comment.