[commit: ghc] ghc-lwc: Renaming scheduler actions (d753eba)

Sivaramakrishnan Krishnamoorthy Chandrasekaran kc at galois.com
Wed May 30 20:38:21 CEST 2012


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

On branch  : ghc-lwc

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

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

commit d753ebaca779db1f529795a81759069b7f814fc6
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Sun May 27 14:35:05 2012 -0400

    Renaming scheduler actions

 compiler/prelude/primops.txt.pp                 |    8 +-
 includes/mkDerivedConstants.c                   |    4 +-
 includes/rts/storage/TSO.h                      |    6 +-
 libraries/base/LwConc/MVar.hs                   |   93 -----------------------
 libraries/base/LwConc/Schedulers/ConcRRSched.hs |   51 ------------
 libraries/base/LwConc/Substrate.hs              |   82 ++++++++++----------
 libraries/lwconc/LwConc/MVar.hs                 |    8 +-
 libraries/lwconc/LwConc/ParRRSched.hs           |   12 ++--
 rts/Capability.h                                |    4 +-
 rts/Prelude.h                                   |    8 +-
 rts/PrimOps.cmm                                 |   40 +++++-----
 rts/RtsStartup.c                                |    4 +-
 rts/Threads.c                                   |    8 +-
 rts/Upcalls.c                                   |   12 ++--
 rts/package.conf.in                             |    8 +-
 rts/sm/Scav.c                                   |    4 +-
 rts/win32/libHSbase.def                         |    4 +-
 17 files changed, 106 insertions(+), 250 deletions(-)


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

    git show d753ebaca779db1f529795a81759069b7f814fc6



More information about the Cvs-ghc mailing list