simonmar    2004/01/16 06:39:22 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/nativeGen MachInstrs.hs MachRegs.lhs 
                           MachCodeGen.hs PprMach.hs 
  Log:
  More updates:
  
    - Use new CmmStatic type for static data (makes things simpler,
      we don't have explicit native "instructions" for static data any more)
  
    - The Reg type is Uniqueable (needed for efficient maps and sets in
      the register allocator).
  
  Revision  Changes    Path
  1.1.2.3   +4 -25     fptools/ghc/compiler/nativeGen/Attic/MachInstrs.hs
  1.50.2.5  +19 -8     fptools/ghc/compiler/nativeGen/MachRegs.lhs
  1.1.2.3   +27 -32    fptools/ghc/compiler/nativeGen/Attic/MachCodeGen.hs
  1.1.2.2   +109 -86   fptools/ghc/compiler/nativeGen/Attic/PprMach.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to