Y
Hacker News
new
|
ask
|
show
|
jobs
by
jen20
1770 days ago
This also likely improves compatibility with observability tooling which assumes the standard calling convention, which is welcome.
1 comments
benhoyt
1770 days ago
Note that this switches to
a
register-based calling convention, but it's not the platform "standard" one. The Go authors describe the rationale for this here:
https://go.googlesource.com/proposal/+/master/design/40724-r...
link