]> git.lizzy.rs Git - rust.git/commit
std: Introduce an unstable::stack module
authorAlex Crichton <alex@alexcrichton.com>
Fri, 13 Dec 2013 01:20:03 +0000 (17:20 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 24 Dec 2013 22:41:59 +0000 (14:41 -0800)
commit1815aea36818cd86ebae607522318f56e35c01a2
treea126b63bf3467662963a00330746183e2580d4eb
parentcab44fb076b4bc56a5877304a7b7617325cb8573
std: Introduce an unstable::stack module

This module will be used to manage the OS-specific TLS registers used to specify
the bounds of the current rust stack (useful in 1:1 and M:N)
src/libstd/rt/thread.rs
src/libstd/unstable/stack.rs [new file with mode: 0644]