]> git.lizzy.rs Git - rust.git/commit
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)
commitfabec998e5667d651d3475c12ee25ab97d21105c
treecfe7a7fda00903a99ecdf9bab0f98eeb85fe356f
parent3d75ec56931c3c6b27707e003a00385b5f01ecbc
parent818ebf2ed6c6f61d0a2ec86cb104c4467b28d75e
auto merge of #9857 : brson/rust/mainsched, r=alexcrichton

...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.