Skip to content

Commit 8865548

Browse files
aclementsmknyszek
authored andcommitted
internal/buildcfg: enable regabireflect by default
For #40724. Change-Id: Ib3e4a67c3826176f0d51619754270022344ee194 Reviewed-on: https://go-review.googlesource.com/c/go/+/310174 Trust: Austin Clements <[email protected]> Trust: Russ Cox <[email protected]> Run-TryBot: Austin Clements <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]>
1 parent bc5de81 commit 8865548

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
@@ -28,6 +28,7 @@ var regabiSupported = GOARCH == "amd64" && (GOOS == "linux" || GOOS == "darwin"
2828
var experimentBaseline = goexperiment.Flags{
2929
RegabiWrappers: regabiSupported,
3030
RegabiG: regabiSupported,
31+
RegabiReflect: regabiSupported,
3132
}
3233

3334
// FramePointerEnabled enables the use of platform conventions for

0 commit comments

Comments
 (0)