This is the mail archive of the gcc-patches@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: patch to improve x86_adjust_cost


On Tue, Apr 13, 1999 at 04:00:48PM +0200, Jan Hubicka wrote:
> 	* i386.c (x86_adjust_cost): Agi stall takes 1 cycle on Pentium, fst
> 	requires value to be ready one extra cycle.

> ! 	return 3;
> --- 5594,5600 ----
> ! 	return 2;

How can I tell?  Shouldn't this just be cost+1 then?


r~


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