Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc: Implement stack probes for x86 #42816

Merged
merged 1 commit into from
Jul 6, 2017
Merged

Commits on Jul 6, 2017

  1. rustc: Implement stack probes for x86

    This commit implements stack probes on x86/x86_64 using the freshly landed
    support upstream in LLVM. The purpose of stack probes here are to guarantee a
    segfault on stack overflow rather than having a chance of running over the guard
    page already present on all threads by accident.
    
    At this time there's no support for any other architecture because LLVM itself
    does not have support for other architectures.
    alexcrichton committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    5dbd97d View commit details
    Browse the repository at this point in the history