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: [3.0] Re: egcs/gcc ChangeLog config/i386/i386.md




--On Friday, October 05, 2001 11:18:46 AM -0700 Richard Henderson 
<rth@redhat.com> wrote:

> On Thu, Oct 04, 2001 at 02:20:39PM -0000, hubicka@gcc.gnu.org wrote:
>> 	* i386.c (setcc peep2): Do not use clobber of flags.
>
> This severely pessimizes the PII core.
>
> The "xor reg,reg" is special in that it sets a "register clear"
> flag that avoids a partial register stall with the subsequent
> setcc.  Unfortunately, "mov $0,reg" does not have the same effect.

Fascinating.

> I think the following is in order.  Bootstrapped on i686-linux
> with -march=k6 in BOOT_CFLAGS.
>
> Ok, Mark?

Yes, thanks!

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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