cvs commit: fptools/ghc/rts GC.c

Simon Marlow simonmar@glass.cse.ogi.edu
Thu, 26 Jul 2001 07:29:27 -0700


simonmar    2001/07/26 07:29:26 PDT

  Modified files:
    ghc/rts              GC.c 
  Log:
  Fall back to doing a linear scan of the old generation when the mark
  stack fills up.
  
  The compacting collector should work for all programs now, but there's
  still some work to do on the speed of the collector - don't expect
  programs to go any faster :)
  
  Revision  Changes    Path
  1.110     +196 -178  fptools/ghc/rts/GC.c