]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9857 : brson/rust/mainsched, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 16 Oct 2013 05:56:36 +0000 (22:56 -0700)
committerbors <bors@rust-lang.org>
Wed, 16 Oct 2013 05:56:36 +0000 (22:56 -0700)
...al work

This is causing really awful scheduler behavior where the main thread scheduler is
continually waking up, stealing work, discovering it can't actually run the work,
and sending it off to another scheduler.

No test cases because we don't have suitable instrumentation for it.


Trivial merge