mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 06:33:56 +00:00
* (speedup) addMemEvent: generate inline code to check whether a memory access is within 16k of the stack pointer, and if so don't bother to call the helper * (speedup) find_Block_containing: cache the most recently seen 2 blocks, and check new references in them first. This gives a worthwhile speedup. * (fix) at the end of the run, merge stats from un-freed blocks back into APs. This fixes misleading stats that cause un-freed blocks to appear to not have been accessed at all. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11480