From: simonmar Date: Fri, 27 Feb 2004 12:39:16 +0000 (+0000) Subject: [project @ 2004-02-27 12:39:16 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~44 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=6e817437ecf7820f86564f461d8a12bf432a42fb;hp=6e817437ecf7820f86564f461d8a12bf432a42fb;p=ghc-hetmet.git [project @ 2004-02-27 12:39:16 by simonmar] scheduleWaitThread(): don't call THREAD_RUNNABLE because the new thread is bound, and therefore only runnable by the current OS thread. Calling THREAD_RUNNABLE just wakes up workers and slows things down. ---