cvs commit: fptools/ghc/compiler/nativeGen RegAllocInfo.hs
Simon Marlow
simonmar at haskell.org
Sun Apr 3 18:04:31 EDT 2005
simonmar 2005/04/03 15:04:31 PDT
Modified files:
ghc/compiler/nativeGen RegAllocInfo.hs
Log:
regUsage(x86_64): tell the register allocator that argument registers are read
by call instructions.
mkSpillInstr/mkLoadInstr(x86_64): implement FP spills/loads, not sure
if this is quite right yet.
Revision Changes Path
1.6 +15 -2 fptools/ghc/compiler/nativeGen/RegAllocInfo.hs
More information about the Cvs-ghc
mailing list