]> Cypherpunks repositories - gostls13.git/commit
runtime: factor signal stack code out of sigtrampgo
authorIan Lance Taylor <iant@golang.org>
Tue, 22 Oct 2019 09:44:42 +0000 (02:44 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 22 Oct 2019 13:57:02 +0000 (13:57 +0000)
commitd29c14f3d2519d72a24c7060d99935f562c37db3
treeab6ab92c6e65cfc0a1e3a92bbf7be5938194d0ab
parent4f364be08de3c5b3d60a134ce9c9d24de834b42d
runtime: factor signal stack code out of sigtrampgo

This reduces the required nosplit stack size, which permits building
on Solaris with -gcflags=all=-N -l.

Fixes #35046

Change-Id: Icb3a421bb791c73e2f670ecfadbe32daea79789f
Reviewed-on: https://go-review.googlesource.com/c/go/+/202446
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/runtime/signal_unix.go