[commit: ghc] master: Do not emit the THREAD_RUNNABLE event; it has no useful semantic content (f361281)

Simon Marlow marlowsd at gmail.com
Tue Dec 13 09:59:22 CET 2011


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

On branch  : master

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

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

commit f361281c89fbce42865d8b8b27b0957205366186
Author: Simon Marlow <marlowsd at gmail.com>
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.





More information about the Cvs-ghc mailing list