]> Cypherpunks repositories - gostls13.git/commit
runtime: add nowritebarrierrec to funcs called at signal time
authorIan Lance Taylor <iant@golang.org>
Fri, 8 Jan 2016 04:28:04 +0000 (20:28 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 8 Jan 2016 17:26:28 +0000 (17:26 +0000)
commit84a95be922f09ea6b2235da0f67bf7ba490d092a
treedf2aac4447073f3b7ca2ba278e16b8f4ede6e8cb
parenta120beaa8db6b723c120c8d3bf3324dfa503cb2d
runtime: add nowritebarrierrec to funcs called at signal time

Also nosplit where needed.

Change-Id: I1e3f6f8f76df9ee7e87ed1b8560cef145928314c
Reviewed-on: https://go-review.googlesource.com/18395
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/os3_solaris.go
src/runtime/signal2_unix.go
src/runtime/signal_darwin.go
src/runtime/signal_freebsd.go
src/runtime/signal_openbsd.go
src/runtime/signal_sigtramp.go
src/runtime/sigqueue.go