]> Cypherpunks repositories - gostls13.git/commit
runtime: disable async preemption on darwin/arm(64) for now
authorCherry Zhang <cherryyz@google.com>
Thu, 7 Nov 2019 22:02:56 +0000 (17:02 -0500)
committerCherry Zhang <cherryyz@google.com>
Thu, 7 Nov 2019 22:17:54 +0000 (22:17 +0000)
commit52d5e76b39a80a7e39754ff9564a7471551b3cdd
treebb442dd47144030831000957b045dbfb8363557d
parent953cc7490a58fa6b6e5086cc7ca2945b041c30ab
runtime: disable async preemption on darwin/arm(64) for now

Enabling async preemption on darwin/arm and darwin/arm64 causes
the builder to fail, e.g.
https://build.golang.org/log/03f727b8f91b0c75bf54ff508d7d2f00b5cad4bf

Due to the limited resource, I haven't been able to get access on
those devices to debug. Disable async preemption for now.

Updates #35439.

Change-Id: I5a31ad6962c2bae8e6e9b8303c494610a8a4e50a
Reviewed-on: https://go-review.googlesource.com/c/go/+/205842
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/signal_arm.go
src/runtime/signal_arm64.go