]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/abi-internal.md: specify ARM64 register-based ABI
authorCherry Mui <cherryyz@google.com>
Thu, 13 May 2021 16:40:21 +0000 (12:40 -0400)
committerCherry Mui <cherryyz@google.com>
Mon, 24 May 2021 17:40:13 +0000 (17:40 +0000)
commitae26b451136a20cb29ac171b1b0dee6ccd06e6eb
tree693796fe829c95476349f08d685485709b35899b
parentb18b2d372e263dda8862c1eafef739403ba4521d
[dev.typeparams] cmd/compile/abi-internal.md: specify ARM64 register-based ABI

The ABI is similar to the AMD64 ABI, just uses different
registers and stack layout. The stack layout is compatible with
the current stack-based ABI0.

To be implemented in Go 1.18.

Change-Id: If9c5e664574947f959d3427e3bed769e05d2d673
Reviewed-on: https://go-review.googlesource.com/c/go/+/319829
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/abi-internal.md