diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2017-03-23 19:00:02 +0000 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2017-03-23 19:00:02 +0000 |
commit | 8d2030d659791184ecac8de9d6e1403b316a94c2 (patch) | |
tree | a4156bc46452fdd750fa3dde54f8cca8a81d97e1 /ChangeLog | |
parent | ca4dc7465917beeb37af32891d4c867b5ac16883 (diff) | |
download | glibc-8d2030d659791184ecac8de9d6e1403b316a94c2.zip glibc-8d2030d659791184ecac8de9d6e1403b316a94c2.tar.gz glibc-8d2030d659791184ecac8de9d6e1403b316a94c2.tar.bz2 |
Add a new randomized memcpy test for copies up to 256 bytes. The distribution
of the size and alignment is based on a trace of SPEC2006. Instead of
repeating the same copy over and over again like the existing tests, it times
several thousand different copies to more accurately estimate the overhead of
branch prediction.
* benchtests/Makefile (string-benchset): Add memcpy-random.
* benchtests/bench-memcpy-random.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-03-23 Wilco Dijkstra <wdijkstr@arm.com> + + * benchtests/Makefile (string-benchset): Add memcpy-random. + * benchtests/bench-memcpy-random.c: New file. + 2017-03-23 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> * stdio-common/printf.h (register_printf_modifier): Change the |