Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f361281c89fbce42865d8b8b27b0957205366186

>---------------------------------------------------------------

commit f361281c89fbce42865d8b8b27b0957205366186
Author: Simon Marlow <[email protected]>
Date:   Wed Dec 7 11:32:35 2011 +0000

    Do not emit the THREAD_RUNNABLE event; it has no useful semantic content

>---------------------------------------------------------------

 rts/Schedule.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/rts/Schedule.h b/rts/Schedule.h
index 549f555..4eb3830 100644
--- a/rts/Schedule.h
+++ b/rts/Schedule.h
@@ -125,7 +125,6 @@ appendToRunQueue (Capability *cap, StgTSO *tso)
         setTSOPrev(cap, tso, cap->run_queue_tl);
     }
     cap->run_queue_tl = tso;
-    traceEventThreadRunnable (cap, tso);
 }
 
 /* Push a thread on the beginning of the run queue.



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to