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: [patches] Re: Mode switching for i386 (Was: Re: [patches] Re: better fp truncation sequence on i386)




-----Original Message-----
From: Jan Hubicka [mailto:jh@suse.cz]
Sent: Tuesday, June 26, 2001 1:06 AM
To: Richard Henderson; Jan Hubicka; gcc-patches@gcc.gnu.org;
patches@x86-64.org; timothy.c.prince@intel.com; gcc@gcc.gnu.org
Subject: Re: [patches] Re: Mode switching for i386 (Was: Re: [patches]
Re: better fp truncation sequence on i386)


 
> Two solutions.  One, spill in XFmode, which some people have
> wanted for various purposes anyway.  Two, recognize that such
>Spilling in the XFmode is about 5 times more expensive, so we shouldnot go
for it by >>default.
XFmode spills will be expensive if they produce cache line splits (i.e.
16-byte alignments must be maintained, thus eating more cache).  My last
copy of the Lahey/Fujitsu compiler had problems with this.  


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