]> Cypherpunks repositories - gostls13.git/commit
reflect: fix register ABI spill space calculation
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 17 Feb 2021 19:14:03 +0000 (19:14 +0000)
committerMichael Knyszek <mknyszek@google.com>
Fri, 26 Feb 2021 20:49:57 +0000 (20:49 +0000)
commitcda8ee095e487951eab5a53a097e2b8f400f237d
tree9da97451d1b3aa61df6fce9a121209e01c5061e7
parentd8e33d558e2c5fcd7f9092790780e68adbac0f1b
reflect: fix register ABI spill space calculation

Currently this does things the old way by computing the number of
registers, but we're going to be using their ABI0 layout for the spill
space for now.

Change-Id: Ibcef1ee48fd834af7cbdaabe704bcabe066ed358
Reviewed-on: https://go-review.googlesource.com/c/go/+/293011
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: Michael Knyszek <mknyszek@google.com>
src/reflect/abi.go