cvs commit: fptools/ghc/compiler/codeGen SMRep.lhs fptools/ghc/includes MachRegs.h RtsConfig.h TailCalls.h

desrt at haskell.org desrt at haskell.org
Sun Nov 21 17:25:25 EST 2004


desrt       2004/11/21 14:25:25 PST

  Modified files:
    ghc/compiler/codeGen SMRep.lhs 
    ghc/includes         MachRegs.h RtsConfig.h TailCalls.h 
  Log:
  rtsconfig, smrep: fixes to not put info next to code (like ia64)
  machregs: define registers for powerpc64 - same as ppc32
  tailcalls: for now do tailcalls as normal calls. (ok on powerpc since
             calls don't grow the stack and we don't care about LR anyway)
  
  Revision  Changes    Path
  1.22      +1 -1      fptools/ghc/compiler/codeGen/SMRep.lhs
  1.17      +2 -2      fptools/ghc/includes/MachRegs.h
  1.3       +1 -1      fptools/ghc/includes/RtsConfig.h
  1.17      +5 -1      fptools/ghc/includes/TailCalls.h


More information about the Cvs-ghc mailing list