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: [PATCH] Better optimize mempcpy and stpcpy builtins


On Thu, May 22, 2003 at 02:15:29PM -0400, Richard Henderson wrote:
> On Wed, May 21, 2003 at 11:50:42PM +0200, Jakub Jelinek wrote:
> > +      if (endp)
> > +	{
> > +	  fn = get_identifier ("mempcpy");
> 
> I'd rather this not invade this far.  I'd rather we
> fail the operation and have the builtin fall back
> to mempcpy instead.

But can we? emit_block_move already called protect_from_queue on the
arguments.

	Jakub


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