]> git.lizzy.rs Git - rust.git/commit
Add an option to disable the use of the redzone
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Wed, 16 Jul 2014 11:35:50 +0000 (13:35 +0200)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Wed, 16 Jul 2014 11:35:50 +0000 (13:35 +0200)
commit036b9e8e3e79b6454f8b6dc92b6a2490b3910dc5
treeaf00f685c2c0552c46094ae9cd1264ab21150f01
parent1704ebb798bd55a782b80ae6741c5d11403aaf13
Add an option to disable the use of the redzone

Disabling the redzone is required in x86-64's kernel mode to avoid interrupts trashing the stack.
src/librustc/driver/config.rs
src/librustc/middle/trans/base.rs