Activity log for bug #1793786

Date Who What changed Old value New value Message
2018-09-21 16:17:58 Paul Stephen Borile bug added bug
2018-09-26 14:43:25 Paul Stephen Borile description Looks like code using strstr() and libc-2.27 is running 4 times slower than was with libc-2.23. Having a look at profiled code executed in various moments show different versions of strstr : - libc-2.27.so: strstr.c, str-two-way.h - this is current version ubuntu 18.04.1 Same code, profiled March 13, 2018 : - libc-2.23.so: strstr-sse2-unaligned.S Is the removal of sse2 optimized code from strstr() an error of some kind ? Best -Paul Looks like code using strstr() and libc-2.27 is running 4 times slower than was with libc-2.23. Having a look at profiled code executed in various moments show different versions of strstr : - libc-2.27.so: strstr.c, str-two-way.h - this is current version ubuntu 18.04.1 Same code, profiled March 13, 2018 : - libc-2.23.so: strstr-sse2-unaligned.S Looks like the indirect function part of glibc is not working correctly : any test I can do to spot the problem ? Best -Paul
2018-12-07 20:59:56 Adam Conrad marked as duplicate 1797335