mirror of
https://github.com/golang/go
synced 2024-11-07 11:56:17 -07:00
internal/buildcfg: enable regabireflect by default
For #40724. Change-Id: Ib3e4a67c3826176f0d51619754270022344ee194 Reviewed-on: https://go-review.googlesource.com/c/go/+/310174 Trust: Austin Clements <austin@google.com> Trust: Russ Cox <rsc@golang.org> Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
bc5de81e70
commit
88655480f3
@ -28,6 +28,7 @@ var regabiSupported = GOARCH == "amd64" && (GOOS == "linux" || GOOS == "darwin"
|
|||||||
var experimentBaseline = goexperiment.Flags{
|
var experimentBaseline = goexperiment.Flags{
|
||||||
RegabiWrappers: regabiSupported,
|
RegabiWrappers: regabiSupported,
|
||||||
RegabiG: regabiSupported,
|
RegabiG: regabiSupported,
|
||||||
|
RegabiReflect: regabiSupported,
|
||||||
}
|
}
|
||||||
|
|
||||||
// FramePointerEnabled enables the use of platform conventions for
|
// FramePointerEnabled enables the use of platform conventions for
|
||||||
|
Loading…
Reference in New Issue
Block a user