simonmar    2002/07/16 05:05:38 PDT

  Modified files:
    ghc/driver/mangler   ghc-asm.lprl 
  Log:
  un-rot one transformation on x86: we normally transform
  
        movl $_blah, %eax
        jmp  *%eax
  
  into simply
  
        jmp _blah
  
  but the pattern had rotted w.r.t. gcc so this was no longer applying.
  Should reduce code size measurably.
  
  MERGE TO STABLE
  
  Revision  Changes    Path
  1.81      +1 -1      fptools/ghc/driver/mangler/ghc-asm.lprl
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to