[commit: ghc] master: Remove the per-generation mutable lists (3290772)

Simon Marlow marlowsd at gmail.com
Wed Feb 2 16:59:36 CET 2011


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/329077220af83860d5dd6891649cb1058b5bbaa6

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

commit 329077220af83860d5dd6891649cb1058b5bbaa6
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Wed Feb 2 11:26:46 2011 +0000

    Remove the per-generation mutable lists
    Now that we use the per-capability mutable lists exclusively.

 includes/mkDerivedConstants.c |    1 -
 includes/rts/storage/GC.h     |    3 --
 rts/Stats.c                   |    6 ++--
 rts/sm/Compact.c              |    5 ----
 rts/sm/GC.c                   |   35 +----------------------------
 rts/sm/GCUtils.c              |    7 ++---
 rts/sm/GCUtils.h              |    2 +-
 rts/sm/Sanity.c               |    3 --
 rts/sm/Storage.c              |    1 -
 rts/sm/Storage.h              |   47 -----------------------------------------
 10 files changed, 9 insertions(+), 101 deletions(-)


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

    git show 329077220af83860d5dd6891649cb1058b5bbaa6



More information about the Cvs-ghc mailing list