cvs commit: fptools/ghc/rts Schedule.c

Simon Marlow simonmar at haskell.org
Wed May 11 08:45:56 EDT 2005


simonmar    2005/05/11 05:45:56 PDT

  Modified files:
    ghc/rts              Schedule.c 
  Log:
  allocating a large block: bump the block count on the nursery step,
  rather than the global alloc_blocks counter.  Also, change the
  heap-full check to be "nursery full" rather than
  alloc_blocks>=alloc_blocks_lim.
  
  Revision  Changes    Path
  1.244     +5 -5      fptools/ghc/rts/Schedule.c


More information about the Cvs-ghc mailing list