[commit: ghc] master: Revert "Add capability sets to the event system. Contains code from Duncan Coutts." (96d64fe)

Duncan Coutts duncan.coutts at googlemail.com
Mon May 23 01:12:08 CEST 2011


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/96d64fe2175d829f9499656750d51cf577ff9892

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

commit 96d64fe2175d829f9499656750d51cf577ff9892
Author: Duncan Coutts <duncan at well-typed.com>
Date:   Mon May 23 00:10:21 2011 +0100

    Revert "Add capability sets to the event system. Contains code from Duncan Coutts."
    
    This reverts commit 58532eb46041aec8d4cbb48b054cb5b001edb43c.
    Turns out it didn't work on Windows and it'll need some non-trivial changes
    to make it work on Windows. We'll get it in later once that's sorted out.

 includes/rts/EventLogFormat.h |   39 +-----------
 rts/Capability.c              |    4 -
 rts/RtsProbes.d               |    6 --
 rts/RtsStartup.c              |    4 -
 rts/Schedule.c                |   16 ++--
 rts/Trace.c                   |   67 ------------------
 rts/Trace.h                   |   69 -------------------
 rts/eventlog/EventLog.c       |  149 +----------------------------------------
 rts/eventlog/EventLog.h       |   29 --------
 rts/ghc.mk                    |    1 -
 10 files changed, 10 insertions(+), 374 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 96d64fe2175d829f9499656750d51cf577ff9892



More information about the Cvs-ghc mailing list