patch applied (ghc): massive convulsion in ZipDataflow

nr at eecs.harvard.edu nr at eecs.harvard.edu
Fri Sep 21 10:51:50 EDT 2007


Fri Sep 21 06:41:24 PDT 2007  Norman Ramsey <nr at eecs.harvard.edu>
  * massive convulsion in ZipDataflow
  
  After my talk, I got the idea of 'shallow rewriting' for the
  dataflow framework.  Here it is implemented, along with
  some related ideas late making Graph and not LGraph primary.
  
  The only bad thing is that the whole bit is stitched together
  out of ill-fitting pieces, kind of like Frankenstein's monster.
  A new ZipDataflow will rise out of the ashes.

     ./compiler/cmm/ZipDataflow.hs -> ./compiler/cmm/ZipDataflow0.hs
    M ./compiler/cmm/Cmm.hs +1
    M ./compiler/cmm/CmmCPSZ.hs -19 +39 r1
    M ./compiler/cmm/CmmLiveZ.hs r1
    M ./compiler/cmm/CmmProcPointZ.hs -1 +1 r1
    M ./compiler/cmm/CmmSpillReload.hs -11 +28 r1
    M ./compiler/cmm/DFMonad.hs -92 +70
    A ./compiler/cmm/OptimizationFuel.hs
    M ./compiler/cmm/StackColor.hs r1
    M ./compiler/cmm/ZipCfg.hs r1
    M ./compiler/cmm/ZipCfgCmmRep.hs r1
    M ./compiler/cmm/ZipDataflow0.hs -50 +259 r1



More information about the Cvs-ghc mailing list