]> Cypherpunks repositories - gostls13.git/commitdiff
internal/buildcfg: enable regabiargs by default
authorAustin Clements <austin@google.com>
Wed, 14 Apr 2021 16:37:04 +0000 (12:37 -0400)
committerMichael Knyszek <mknyszek@google.com>
Tue, 20 Apr 2021 15:45:02 +0000 (15:45 +0000)
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>
src/internal/buildcfg/exp.go

index 7704efa9941d6985e75f5a9808c717b50316a193..c3da77d40a525b04ab96137a5591448e845a520c 100644 (file)
@@ -30,6 +30,7 @@ var experimentBaseline = goexperiment.Flags{
        RegabiG:        regabiSupported,
        RegabiReflect:  regabiSupported,
        RegabiDefer:    regabiSupported,
+       RegabiArgs:     regabiSupported,
 }
 
 // FramePointerEnabled enables the use of platform conventions for