]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: modify abiutils for recently updated ABI
authorDavid Chase <drchase@google.com>
Thu, 21 Jan 2021 17:02:39 +0000 (12:02 -0500)
committerDavid Chase <drchase@google.com>
Mon, 25 Jan 2021 15:56:52 +0000 (15:56 +0000)
commit5a76c3d5485e5c5714a147e10a6bc55738ab0b90
tree207ab3b50a8e91d91ed4369ad756ed277a8d9a0c
parent063c72f06d8673f3a2a03fd549c61935ca3e5cc5
[dev.regabi] cmd/compile: modify abiutils for recently updated ABI

Discovered difficluties posed by earlier design, these modifications
should work better.  Updated tests, also added some helper functions
for use in call lowering.

Change-Id: I459f0f71ad8a6730c571244925c3f395e1df28de
Reviewed-on: https://go-review.googlesource.com/c/go/+/285392
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/abi/abiutils.go
src/cmd/compile/internal/test/abiutils_test.go
src/cmd/compile/internal/test/abiutilsaux_test.go