cvs commit: fptools/ghc/rts GCCompact.c

Simon Marlow simonmar at haskell.org
Wed Apr 20 09:58:00 EDT 2005


simonmar    2005/04/20 06:58:00 PDT

  Modified files:
    ghc/rts              GCCompact.c 
  Log:
  Remove bogus code: the mutable list does not need to be rebuilt during
  compaction.  It just needs to be updated, which is already happening.
  
  (fixes crashes in compacting collection; I think a different fix is
  required for STABLE, though)
  
  Revision  Changes    Path
  1.29      +0 -5      fptools/ghc/rts/GCCompact.c


More information about the Cvs-ghc mailing list