This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


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

PPC optimizations?


Hi,

is anyone working on PPC optimizations for glibc?
I just lifted in the memmove() code from the Linux kernel into glibc,
and a simple test showed a 110% performance increase on both memcpy()
and memmove()!

The reason I'm asking if anyone is working on this is that the kernel
code is under normal GPL, so I need to know if I should spend time
on either asking the author to change the license to LGPL or reimplement
them under LGPL myself.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

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