]> Cypherpunks repositories - gostls13.git/commit
runtime: enable async preemption on darwin/arm64
authorCherry Zhang <cherryyz@google.com>
Mon, 11 Nov 2019 02:57:14 +0000 (21:57 -0500)
committerCherry Zhang <cherryyz@google.com>
Tue, 12 Nov 2019 22:30:48 +0000 (22:30 +0000)
commit995ade86e3900a9d6b983c2669f9b5761fc349bf
treef6c59e94ea3eb3a807a7fd1944b78781fdc5119f
parent13fb147e60ba17457366630c60b5dbbe2d6a4304
runtime: enable async preemption on darwin/arm64

The problem should be fixed by the previous CL. Reenable async
preemption on darwin/arm64.

Updates #35439.

Change-Id: I93e8c4702b4d8fe6abaa6fc9c27def5c8aed1b59
Reviewed-on: https://go-review.googlesource.com/c/go/+/206419
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/mkpreempt.go
src/runtime/preempt_arm64.s
src/runtime/signal_arm64.go