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] Remove i686, x86_64, and powerpc strtok implementations


On Friday 06 January 2017 07:56 PM, Adhemerval Zanella wrote:
> The idea of this patch is to fix BZ#16640 to align all the
> implementations to a same contract.  However, with newer strtok
> code it is better to get remove the old assembly ones instead of
> fix them.

Looks good to me, but for 2.26.  I understand that this is a bug fix but
switching routines does not seem right for this stage of development.
These assembly routines have not been tuned for years and it is evident
that gcc does a better job of tuning the routine.

Siddhesh


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