]> Cypherpunks repositories - gostls13.git/commit
internal/abi, internal/buildcfg: always enable register ABI on riscv64
authorWayne Zuo <wdvxdr@golangcn.org>
Mon, 17 Oct 2022 09:38:50 +0000 (17:38 +0800)
committerMeng Zhuo <mzh@golangcn.org>
Mon, 24 Oct 2022 03:45:54 +0000 (03:45 +0000)
commit7e72d384d66f48a78289edc6a7d1dc6ab878f990
tree53ce40d0ba99be5473b247d379aacceec71da457
parent2952fe4f16666e8ebe433f7505cb52e1cfc56f4b
internal/abi, internal/buildcfg: always enable register ABI on riscv64

In Go 1.19, we develop register ABI for riscv64, enabled by default as a
GOEXPERIMENT. We can turn it on all the time in Go 1.20.

Change-Id: Ie8e2ac8b8bd3ebddb0dc6d58a5599547fb440e03
Reviewed-on: https://go-review.googlesource.com/c/go/+/443555
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/internal/abi/abi_generic.go
src/internal/abi/abi_riscv64.go
src/internal/buildcfg/exp.go