cmd/compile/abi-internal: declare R14 completely fixed
Currently, we allow R14, the current goroutine pointer, to be clobbered in function bodies as long as the function restores it. This is unnecessary complexity and could lead to confusing inconsistencies with other architectures that can't simply restore it from TLS. Updates #40724. Change-Id: I4c052f0dd0b31d31afeb0c5aff05c314d7a852f3 Reviewed-on: https://go-review.googlesource.com/c/go/+/309009 Trust: Austin Clements <austin@google.com> Reviewed-by:Cherry Zhang <cherryyz@google.com>
Loading
Please sign in to comment