mirror of
https://github.com/golang/go
synced 2024-11-17 16:04:47 -07:00
internal/buildcfg: enable unified IR by default
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>
This commit is contained in:
parent
0a4a57de4d
commit
833367e98a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user