]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: update default ABI choices for calls and bodyless fn stack maps
authorDavid Chase <drchase@google.com>
Wed, 24 Mar 2021 18:20:12 +0000 (14:20 -0400)
committerDavid Chase <drchase@google.com>
Tue, 30 Mar 2021 03:28:19 +0000 (03:28 +0000)
commit33945869c12ce92933714426471ce4f5c4ec7b6b
tree97fab839454219f3d1ad7fa7cc6bb4896514eb4d
parenteeadfa2d3810c252f86a88ddd282b48be5abc6df
cmd/compile: update default ABI choices for calls and bodyless fn stack maps

After recent discussion about bodyless functions, their wrappers,
their stack maps, nosplit, and callbacks, I was inspired to go and
be sure that more defaults were sensible.  This may not be all --
currently rtcall is "ABIDefault" which I think is correct, but I
am not 100% certain.

Updates #40724.

Change-Id: I95b14ee0e5952fa53e7fea9f6f5192358aa24f23
Reviewed-on: https://go-review.googlesource.com/c/go/+/304549
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/gc/compile.go
src/cmd/compile/internal/ssagen/ssa.go