This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH]: Optimization for strpbrk on PowerPC


Sure, I am working on it. Will update very soon. thanks.

On Saturday 01 March 2014 12:06 AM, Adhemerval Zanella wrote:
On 28-02-2014 12:07, R Vidya wrote:
Hi
     Agree, I am also seeing performance improvement with x86_64 approach
The advantage I am seeing with this approach is that it avoids scanning duplicate
chars in the needle via hash table/dictionary in addition to loop unrolling.

Adhemerval ,
Lets push the current implementation and work on similar approach for Power7
shortly. thanks.

Regards
Vidya

Hi Vidya,

Since you will work on new implementation based on Ondrej comments, I'll wait for it to avoid
push a patch that will be replaced shortly.




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