This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: Add memcpy support for SPARC


Hello,

----- Am 24. Mai 2018 um 21:09 schrieb Aditya Upadhyay aadit0402@gmail.com:

> Hi Developers,
> 
> Is this ok to add memcpy implementation from Open Solaries?
> 
> https://bitbucket.org/a3217055/illumos-gate-import/src/741592a55c4c9746705ce0fd9232f5acded43ed0/usr/src/lib/libc/sparc/gen/memcpy.s?at=default&fileviewer=file-view-default
> 
> If yes, then Could you please tell us rules about modifying the
> Licance of third party code?

independent of the license issue. Is this memcpy() implementation actually faster? Which benchmark is used to determine faster? If it is faster, why is it faster? Could the generic code be re-structured to make the GCC generated code faster on this target? Is there a general GCC issue on this target that leads to a slow memcpy()?


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