Rainer Orth <r...@cebitec.uni-bielefeld.de> writes: > That's a Linux-only option, unfortunately. I asked the Solaris > engineers about implementing split-stack support, but they rejected it > for the complexity.
Wimps. The split-stack support is simpler than than TLS support. Not that I really think gcc should use split-stack, split-stack is more for threaded programs. I think for gcc sigaltstack is a fine solution. Ian