remove dependency of memmove on memcpy direction
authorRich Felker <dalias@aerifal.cx>
Fri, 7 Sep 2012 00:25:48 +0000 (20:25 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 7 Sep 2012 00:25:48 +0000 (20:25 -0400)
this commit introduces a performance regression in many uses of
memmove, which will need to be addressed before the next release. i'm
making it as a temporary measure so that the restrict patch can be
committed without invoking undefined behavior when memmove calls
memcpy with overlapping regions.


No differences found