cvs commit: fptools/ghc/rts GC.c

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 25 Jul 2001 05:18:27 -0700


simonmar    2001/07/25 05:18:27 PDT

  Modified files:
    ghc/rts              GC.c 
  Log:
  - move the call to scavenge_mark_stack() inside the inner scavenge loop,
    so it gets called more often and there's less chance of the mark
    stack filling up.  None of the nofib tests cause the mark stack to
    fill up now.
  
  - remove some experimental code from scavenge_mark_stack().
  
  Revision  Changes    Path
  1.109     +8 -12     fptools/ghc/rts/GC.c