wolfgang    2004/06/20 02:46:39 PDT

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/nativeGen RegisterAlloc.hs 
  Log:
  PowerPC NCG:
  Add more efficient code for FreeRegs. One Word32 for the integer regs and
  one Word32 for the floating point regs is faster than one Word64 for both.
  Also, on PowerPC, use higher-numbered registers first because they aren't
  clobbered by function calls.
  
  Revision  Changes    Path
  1.1.2.21  +52 -2     fptools/ghc/compiler/nativeGen/Attic/RegisterAlloc.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to