]> Cypherpunks repositories - gostls13.git/commit
runtime: use more go:nowritebarrierrec in proc.go
authorAustin Clements <austin@google.com>
Mon, 10 Oct 2016 21:14:14 +0000 (17:14 -0400)
committerAustin Clements <austin@google.com>
Sat, 15 Oct 2016 17:58:23 +0000 (17:58 +0000)
commit9897e4081192abd81fd404774dd492975d7ccedd
treee335ab7bc51cb86d8753474f0fa3b0385cb2cf2a
parent1bc6be6423e48318451a0faeaae840772137b001
runtime: use more go:nowritebarrierrec in proc.go

Currently we use go:nowritebarrier in many places in proc.go.
go:notinheap and go:yeswritebarrierrec now let us use
go:nowritebarrierrec (the recursive form of the go:nowritebarrier
pragma) more liberally. Do so in proc.go

Change-Id: Ia7fcbc12ce6c51cb24730bf835fb7634ad53462f
Reviewed-on: https://go-review.googlesource.com/30942
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/proc.go