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][BZ #12100] strstr with unaligned loads.


I can't run your tests on Haswell. It got Segmentation fault.
http://kam.mff.cuni.cz/~ondra/benchmark_string/strstr.html

The patch impacts Haswell and Silvermont because they use sse4_2
version and we should check there.


--
Liubov

On Wed, Sep 25, 2013 at 5:39 PM, OndÅej BÃlka <neleai@seznam.cz> wrote:
> On Wed, Sep 25, 2013 at 05:04:12PM +0400, Liubov Dmitrieva wrote:
>> Hi,
>>
>> I see performance results are unavailable here.
>> http://kam.mff.cuni.cz/~ondra/benchmark_string/strstr.html
>>
> I probably wrote bad address there, results are available here
> http://kam.mff.cuni.cz/~ondra/benchmark_string/strstr_profile.html
>> --
>> Liubov
>>
>>
>> > On Mon, Sep 23, 2013 at 10:31 PM, OndÅej BÃlka <neleai@seznam.cz> wrote:
>> >>
>> >> ping.
>> >> On Sun, Aug 25, 2013 at 11:07:58AM +0200, OndÅej BÃlka wrote:
>> >> > Hi,
>> >> >
>> >> > This patch continues to remove ineffective sse4.2 functions. Now we
>> >> > focus on strstr.
>> >> >
>> >> > I use a techique of doing vectorized search for first pair of characters
>> >> > which is fastest in practice.
>> >> >
>> >>
>> >
>


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