mirror of
https://github.com/golang/go
synced 2024-11-14 19:50:21 -07:00
5059aed9dd
There's nothing GOARCH-specific about ABI wrappers, so allow enabling them on all architectures. For unified IR, I want to have a testing mode where we add dictionary parameters even to non-generic functions, as a way to help stress test that they're handled correctly. This requires callers to know to supply the appropriate dictionary arguments when calling them. Calls generated by the Go compiler know to do this, but calls written in assembly won't. Reusing the regabi wrappers is a convenient choke-point for inserting dictionary arguments for assembly calls. Change-Id: Ic2c06b7626730289c5405829b61653d1daec430b Reviewed-on: https://go-review.googlesource.com/c/go/+/333453 Trust: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com> |
||
---|---|---|
.. | ||
abi | ||
buildcfg | ||
bytealg | ||
cfg | ||
cpu | ||
execabs | ||
fmtsort | ||
goarch | ||
goexperiment | ||
goos | ||
goroot | ||
goversion | ||
itoa | ||
lazyregexp | ||
lazytemplate | ||
nettrace | ||
obscuretestdata | ||
oserror | ||
poll | ||
profile | ||
race | ||
reflectlite | ||
singleflight | ||
syscall | ||
sysinfo | ||
testenv | ||
testlog | ||
trace | ||
unsafeheader | ||
xcoff |