]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Yet another optimization: do not instrument loads and stores that match the address...
authorBart Van Assche <bvanassche@acm.org>
Mon, 16 Jun 2008 20:22:18 +0000 (20:22 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 16 Jun 2008 20:22:18 +0000 (20:22 +0000)
commitf684e11d60257ee93c0a172dd79c03954b214ca7
treedd8bf343f41543fed6172ac1e4987ffd6ffa26af
parent88e43c7191fc95302202fcdf355a92b5c87203ec
Yet another optimization: do not instrument loads and stores that match the address pattern (stack pointer + offset) when data race detection on stack variables is disabled.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8236
exp-drd/drd_main.c