about summary refs log tree commit diff
path: root/sysdeps/ieee754
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-09-14 22:39:49 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-09-14 22:54:24 +0530
commit503c92c37a95f769762e65aff9383b302178c2bc (patch)
tree6374607403822c719c9e0719e549478b378557c0 /sysdeps/ieee754
parent29c933fb35b7bf872f57dc6977c879832983ab6c (diff)
downloadglibc-503c92c37a95f769762e65aff9383b302178c2bc.tar.gz
glibc-503c92c37a95f769762e65aff9383b302178c2bc.tar.xz
glibc-503c92c37a95f769762e65aff9383b302178c2bc.zip
benchtests: Reallocate buffers for memset
Keeping the same buffers along with copying the same size of data into
the same location means that the first routine is typically the
slowest since it has to bear the cost of fetching data into to cache.
Reallocating buffers stabilizes numbers by a bit.

	* benchtests/bench-string.h (realloc_bufs): New function.
	(test_init): Call it.
	* benchtests/bench-memset-large.c (do_test): Likewise.
	* benchtests/bench-memset.c (do_test): Likewise.
Diffstat (limited to 'sysdeps/ieee754')
0 files changed, 0 insertions, 0 deletions