]> Cypherpunks repositories - gostls13.git/commitdiff
internal/buildcfg: enable regabidefer 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 14:55:35 +0000 (14:55 +0000)
For #40724.

Change-Id: If3a66c0e29cb20dd29ac13c8d00aa46ee279ab97
Reviewed-on: https://go-review.googlesource.com/c/go/+/310175
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 e0d02b9d464c16cee4cfd9394287ab223bf97d0c..7704efa9941d6985e75f5a9808c717b50316a193 100644 (file)
@@ -29,6 +29,7 @@ var experimentBaseline = goexperiment.Flags{
        RegabiWrappers: regabiSupported,
        RegabiG:        regabiSupported,
        RegabiReflect:  regabiSupported,
+       RegabiDefer:    regabiSupported,
 }
 
 // FramePointerEnabled enables the use of platform conventions for