mirror of
https://github.com/golang/go
synced 2024-11-23 07:10:05 -07:00
internal/buildcfg: enable regabiargs by default
For #40724. Change-Id: I7509668478d20dd625f210e5a33f5d896a76d6b5 Reviewed-on: https://go-review.googlesource.com/c/go/+/310176 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
24875e3880
commit
9dd71ba913
@ -30,6 +30,7 @@ var experimentBaseline = goexperiment.Flags{
|
|||||||
RegabiG: regabiSupported,
|
RegabiG: regabiSupported,
|
||||||
RegabiReflect: regabiSupported,
|
RegabiReflect: regabiSupported,
|
||||||
RegabiDefer: regabiSupported,
|
RegabiDefer: regabiSupported,
|
||||||
|
RegabiArgs: 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