Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: support non-cooperative preemption on windows/arm
This adds support for injecting asynchronous preemption calls on windows/arm. This code follows sigctxt.pushCall for POSIX OSes on arm, except we subtract 1 from IP, just as in CL 273727. Updates #10958. Updates #24543. Updates #49759. Change-Id: Id0c2aed28662f50631b8c8cede3b4e6f088dafea Reviewed-on: https://go-review.googlesource.com/c/go/+/366734 Trust: Jason A. Donenfeld <Jason@zx2c4.com> Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Patrik Nyblom <pnyb@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
- Loading branch information