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, i386]: Do not emit "cld" instructions


On Wed, 6 Dec 2006, Jan Hubicka wrote:
> it i need makes rep;movsl quite a bit faster for small blocks!
> Basically we should use rep;movsl on those machines almost always
> for memcpy now, for memset rep;stosl wins after 48bytes up.
> I am testing the attached patch I would like to commit as obvious
> if it passes once CLD autogen is gone.

Cool.  Agreed.  Pre-approved as obvious, now that Uros' cld patch
has been approved.  Thanks again.

Roger
--


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