]> Cypherpunks repositories - gostls13.git/commit
internal/abi, internal/buildcfg: always enable register ABI on ARM64
authorCherry Mui <cherryyz@google.com>
Wed, 2 Mar 2022 16:59:48 +0000 (11:59 -0500)
committerCherry Mui <cherryyz@google.com>
Fri, 18 Mar 2022 16:39:28 +0000 (16:39 +0000)
commit8ff42d1bb1919b38e0d852618168f18d33db866b
treebab2ab600dadf25001b37da9d11c68cdf09586f3
parent2c92b2349a0b735a447b07e6209f311ece8de91c
internal/abi, internal/buildcfg: always enable register ABI on ARM64

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.

To support in-development platforms (e.g. RISC-V), separate the
boolean variables for in-development platforms and always-on
platforms.

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