]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: enable register args on ARM64
authorCherry Mui <cherryyz@google.com>
Tue, 25 May 2021 23:19:08 +0000 (19:19 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 27 May 2021 16:38:12 +0000 (16:38 +0000)
commit963f33b03b88e2c010d6a9876c3f0cc8d1f36f2d
tree3df6025766a7a271815b148845bf11354865e3d7
parent06df0ee7fa8b6d7d095de77274f53fb81a43d622
[dev.typeparams] cmd/compile: enable register args on ARM64

Now it will be used for functions marked go:registerparams.

test/abi tests are passing with it.

Change-Id: I5af37ae6b79a1064832a42c7ef5f2cc0b5b6a342
Reviewed-on: https://go-review.googlesource.com/c/go/+/322854
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/ssa/config.go