]> git.lizzy.rs Git - rust.git/commit
auto merge of #10407 : alexcrichton/rust/no-fixed-stack-segment, r=brson
authorbors <bors@rust-lang.org>
Mon, 11 Nov 2013 18:46:28 +0000 (10:46 -0800)
committerbors <bors@rust-lang.org>
Mon, 11 Nov 2013 18:46:28 +0000 (10:46 -0800)
commit0966ec01dcb0ff90e6d483706820794ef8e16c2e
tree7d2032464a17a0ecb160828be5197587a545752d
parent4d9b95fada7c97ac1c63099bab1d45ba120958ec
parent1f192430956704ddf263aba0cfb5b8856c547beb
auto merge of #10407 : alexcrichton/rust/no-fixed-stack-segment, r=brson

The commit messages have more details, but this removes all analysis and usage related to fixed_stack_segment and rust_stack attributes. It's now the assumption that we always have "enough stack" and we'll implement detection of stack overflow through other means.

The stack overflow detection is currently implemented for rust functions, but it is unimplemented for C functions (we still don't have guard pages).