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: REASSOCIATION


> Not AFAIK for C or Fortran based languages.  What we're talking
> about is the ability to let the programmer choose between
> specifying the order of evaluation, without the translator caring
> why, or letting the translator exploit the usual associativity rules
> to come up with more efficient scheduling.

Now this is one more argument for 80-bit-spills on the x86: if we do that,
and the -ffast-math flag is used, then it should be fine to reassociate
floating point multiplies.


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