]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix loop construction to functions calls
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 21 Jun 2013 00:40:55 +0000 (19:40 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 21 Jun 2013 00:42:05 +0000 (19:42 -0500)
commit85c2e6110c9a01ec817c30f1b7e20549d7229987
tree9b044403d906f9aaa6930484ae6d60dc687ecc19
parentb8c792af85fe3ff65c0cd68e2f291072a60cd953
Fix loop construction to functions calls

Check wheter the compiler has the option -fno-tree-loop-distribute-patterns
to inhibit loop transformation to library calls and uses it on memset
and memmove default implementation to avoid recursive calls.
ChangeLog
benchtests/bench-memmove.c
benchtests/bench-memset.c
config.h.in
configure
configure.in
include/libc-symbols.h
string/memmove.c
string/memset.c
string/test-memmove.c
string/test-memset.c