cvs commit: fptools/ghc/compiler/nativeGen MachInstrs.hs
MachCodeGen.hs RegAllocInfo.hs PprMach.hs
Simon Marlow
simonmar at haskell.org
Wed Apr 27 05:57:14 EDT 2005
simonmar 2005/04/27 02:57:14 PDT
Modified files:
ghc/compiler/nativeGen MachInstrs.hs MachCodeGen.hs
RegAllocInfo.hs PprMach.hs
Log:
x86_64: hang register parameters off the call instruction, like
powerpc does. This gives the register allocator better information.
Revision Changes Path
1.10 +1 -1 fptools/ghc/compiler/nativeGen/MachInstrs.hs
1.20 +22 -15 fptools/ghc/compiler/nativeGen/MachCodeGen.hs
1.10 +4 -9 fptools/ghc/compiler/nativeGen/RegAllocInfo.hs
1.15 +2 -2 fptools/ghc/compiler/nativeGen/PprMach.hs
More information about the Cvs-ghc
mailing list