]> Cypherpunks repositories - gostls13.git/commit
runtime: save/restore g unconditionally on darwin/arm64
authorCherry Zhang <cherryyz@google.com>
Sat, 24 Oct 2020 20:29:26 +0000 (16:29 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 28 Oct 2020 13:46:11 +0000 (13:46 +0000)
commita0a44397e91055cb92d5a69e3851d628a7227971
tree8b34e44613095553152a8b94e71c33c3eab4a9c6
parent72dec90bfdb60a0ca2ac1b743db472d2e689414e
runtime: save/restore g unconditionally on darwin/arm64

Now that we always have TLS set up, we can always save the G
register, regardless of whether cgo is used. This makes pure Go
programs signal-safe.

Updates #38485.

Change-Id: Icbc69acf0e2a5652fbcbbd074258a1a5efe87f1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/265119
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Joel Sing <joel@sing.id.au>
src/runtime/asm_arm64.s
src/runtime/sys_darwin_arm64.s
src/runtime/tls_arm64.s