]> Cypherpunks repositories - gostls13.git/commit
runtime: remove old stack scanning code
authorAustin Clements <austin@google.com>
Fri, 27 Sep 2019 16:31:33 +0000 (12:31 -0400)
committerAustin Clements <austin@google.com>
Fri, 25 Oct 2019 23:25:31 +0000 (23:25 +0000)
commit1b79afe460c329c1db75456c3278600a4b451b41
tree2db539f58c56812c100aee26dac2fda341c3ed79
parent3f834114ab617eb7b414cb12e7ca8085b5fe3a5c
runtime: remove old stack scanning code

This removes scang and preemptscan, since the stack scanning code now
uses suspendG.

For #10958, #24543.

Change-Id: Ic868bf5d6dcce40662a82cb27bb996cb74d0720e
Reviewed-on: https://go-review.googlesource.com/c/go/+/201138
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/stack.go