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: K6 patches for review


>   > scheme, now for FPU code Haifa gets quad issue often.  ADJUST_COST is
>   > yet another hack that doesn't work at all...
> I'd argue with "doesn't work at all...".   It's value as diminished
> over time as superscalar machines have become popular.

It is crucial to note that while you can adjust a cost downwards, adjusting
it upwards doesn't work.  So if you have an exception where a cost is higher,
you have to set the default cost to the higher value, and use ADJUST_COST
to lower it in the non-exceptional case.


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