This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Optimize strrchr more.
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: libc-alpha at sourceware dot org
- Date: Fri, 4 Oct 2013 22:23:05 +0200
- Subject: Re: [PATCH] Optimize strrchr more.
- Authentication-results: sourceware.org; auth=none
- References: <20131004201522 dot GA6269 at domone>
On Fri, Oct 04, 2013 at 10:15:22PM +0200, OndÅej BÃlka wrote:
> Hi,
>
> I played with my evolutionary algorithms to optimize various functions.
> It helped a bit but I got more by looking at code again because I
> noticed several oppurtunities that I missed.
>
I added this as strrchr_new_v2 to benchmark used in previous iteration.
http://kam.mff.cuni.cz/~ondra/benchmark_string/strrchr_profile.html
that can be downloaded in
http://kam.mff.cuni.cz/~ondra/benchmark_string/strrchr_profile41013.tar.bz2