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 v1.1] Randomize memcpy benchmark addresses.


On Thu, Sep 05, 2013 at 01:00:17PM +0100, Will Newton wrote:
> On 5 September 2013 12:32, OndÅej BÃlka <neleai@seznam.cz> wrote:
> >> This means we no longer print what the buffer alignment is which makes
> >> results analysis impossible.
> >>
> > Could you elaborate.
> 
> The current benchmark shows the performance for memcpy for a given
> length and source/dest alignment. This can be analyzed to see where
> performance is strongest and weakest. If we do not print the alignment
> of the buffers for each test then we can't do this analysis.
> 
There are 1024 possible alignment to given size(assuming 64byte cache
lines). Some pairs tend to be slower than others as we need to cross cache lines 
when reading/writing.

Current benchmark prints results for 4 pairs of alignments. Please
explain why do you thing that best and worst case are among them.


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