This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] Optimize MIPS memcpy


On Mon, 15 Oct 2012, Steve Ellcey wrote:

> > Also it would be nice to use ifunc's like they are used on x86_64 (and
> > I think PPC also) so we can compile one generic version of glibc and
> > get the optimized version of memcpy.  Though ifunc's have their own
> > issue as they don't currently work on MIPS (they cause internal linker
> > errors).
> 
> I'll have to look at that, I am not familiar with the ifunc's except in
> very general terms.

IFUNC support would first require defining the associated psABI pieces 
(for all three ABIs), before implementing in ld and glibc.

-- 
Joseph S. Myers
joseph@codesourcery.com


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