]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] reflect: implement register ABI for MakeFunc etc. on ARM64
authorCherry Mui <cherryyz@google.com>
Fri, 28 May 2021 00:20:16 +0000 (20:20 -0400)
committerCherry Mui <cherryyz@google.com>
Wed, 2 Jun 2021 16:50:22 +0000 (16:50 +0000)
commit0c123cdf8ba88991e51fdb3523fdc7df03cf3118
tree658ce1c49635f78160fcc7982ec055400eab915a
parent2e4b79949fbb6e0c7e68a1f0258c42ea791069e6
[dev.typeparams] reflect: implement register ABI for MakeFunc etc. on ARM64

Implement register ABI for reflect.MakeFunc and method Value Call
on ARM64.

Change-Id: I5487febb9ea764af5ccf5d7c94858ab0acec7cac
Reviewed-on: https://go-review.googlesource.com/c/go/+/323936
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/reflect/asm_arm64.s
src/runtime/stack.go