Thu Sep  6 06:15:22 PDT 2007  [EMAIL PROTECTED]
  * Cure space leak in coloring register allocator
  
  We now do a deep seq on the graph after it is 'built', but before coloring.
  Without this, the colorer will just force bits of it and the heap will
  fill up with half evaluated pieces of graph from previous build/spill
  stages and zillions of apply thunks.
  

    M ./compiler/nativeGen/GraphColor.hs -1 +1
    M ./compiler/nativeGen/GraphOps.hs -4 +3
    M ./compiler/nativeGen/RegAllocColor.hs -14 +70

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to