This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -fssa kicks butt on alphaev6 ieee floating point code



  In message <200003162001.PAA26193@polya.math.purdue.edu>you write:
  > Or are you saying that adding -fssa right now will not always produce
  > better code on the 264 with -mieee?
Correct.  Sometimes it might do better, sometimes it might do worse.  It
really depends on the code, it's critical path, the number of registers
it needs, etc etc etc.

It is rather rare in the compiler development to find any non-trivial
transformation that is always an improvement.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]