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]
Other format: [Raw text]

Re: [gfortran,patch] Don't call library function for string copying, take 2


On Thu, Jul 13, 2006 at 12:13:57AM +0200, Steven Bosscher wrote:
> On Tuesday 11 July 2006 16:34, Paul Thomas wrote:
> >
> > >On Tue, Jul 11, 2006 at 01:05:51PM +0200, THOMAS Paul Richard 169137 wrote:
> > >>That is easily done but I wonder how much that it would gain?
> > >
> > >Big.  memcpy is optimized much better than memmove.
> > >
> >
> > Do these calls to BUILT_IN_xxxxx get inlined?
> 
> When it is profitable to do so, yes they should be inlined.
> 
> I hope FX's patch goes in, btw.
> 

It was committed several hours ago.

-- 
Steve


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