Le 17/05/2018 à 15:46, Michael Ellerman a écrit :
Nicholas Piggin writes:
On Thu, 17 May 2018 12:04:13 +0200 (CEST)
Christophe Leroy wrote:
commit 87a156fb18fe1 ("Align hot loops of some string functions")
degraded the performance of string functions by adding useless
nops
A simple bench
Nicholas Piggin writes:
> On Thu, 17 May 2018 12:04:13 +0200 (CEST)
> Christophe Leroy wrote:
>
>> commit 87a156fb18fe1 ("Align hot loops of some string functions")
>> degraded the performance of string functions by adding useless
>> nops
>>
>> A simple benchmark on an 8xx calling 10x a mem
On Thu, 17 May 2018 12:04:13 +0200 (CEST)
Christophe Leroy wrote:
> commit 87a156fb18fe1 ("Align hot loops of some string functions")
> degraded the performance of string functions by adding useless
> nops
>
> A simple benchmark on an 8xx calling 10x a memchr() that
> matches the first byte