]> Cypherpunks repositories - gostls13.git/commit
internal/abi, internal/buildcfg: always enable register ABI on PPC64
authorCherry Mui <cherryyz@google.com>
Fri, 18 Mar 2022 22:23:44 +0000 (18:23 -0400)
committerCherry Mui <cherryyz@google.com>
Mon, 21 Mar 2022 18:28:30 +0000 (18:28 +0000)
commitb810a74da3c4de519433208163ea257ab33b2d24
tree641bde7cd4fbe06005db360ca525b6b6ca5361de
parent0aaa55526e3a58fd3ed1929421d57d3f0ef11515
internal/abi, internal/buildcfg: always enable register ABI on PPC64

In last cycle we developed register ABI for ARM64, enabled by
default as a GOEXPERIMENT. This cycle we turn it on all the time.
Later CLs will clean up fallback code.

Change-Id: Idac4dcff634791cbc3d30988052ecd742b55ab8b
Reviewed-on: https://go-review.googlesource.com/c/go/+/394214
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/internal/abi/abi_generic.go
src/internal/abi/abi_ppc64x.go
src/internal/buildcfg/exp.go