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] Improve unaligned memcpy and memmove.


On Fri, Aug 23, 2013 at 04:04:01PM +0400, Liubov Dmitrieva wrote:
> We need to retest on Haswell and Silvermont where the same
> implementation is currently used due to bit_Fast_Unaligned_Load is set
> on.
> Can you provide your profile to retest for final check.
> 
Sure, A benchmarks that I used are here.
http://kam.mff.cuni.cz/~ondra/benchmark_string/memcpy_profile_loop230813.tar.bz2
http://kam.mff.cuni.cz/~ondra/benchmark_string/memmove_profile230813.tar.bz2

I now recheck with them to also get data from amd processors that were off.
http://kam.mff.cuni.cz/~ondra/benchmark_string/memcpy_profile_loop.html
http://kam.mff.cuni.cz/~ondra/benchmark_string/memmove_profile.html


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