mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
word copies whenever possible. This drastically reduces the number of memory references Memcheck has to process and speeds up a test program that does repeated memcpys of large blocks by a factor of 4 or more. Also add a vectorised version of memset. The memcpy version is also constructed with a view to be used in exp-ptrcheck, so it can copy areas of memory without losing pointer-identity shadow data, as happens when doing all copies at a byte granularity. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11288