From: Bart Van Assche Date: Sun, 25 May 2008 18:02:11 +0000 (+0000) Subject: Updated to do list. X-Git-Tag: svn/VALGRIND_3_4_0~555 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61e2c612a131e2cdbb45fecebc32ef667761aa91;p=thirdparty%2Fvalgrind.git Updated to do list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8129 --- diff --git a/exp-drd/TODO.txt b/exp-drd/TODO.txt index 2941998f24..536b87255b 100644 --- a/exp-drd/TODO.txt +++ b/exp-drd/TODO.txt @@ -4,6 +4,9 @@ Last updated May 14, 2008. Data-race detection algorithm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Let DRD print a warning message when, after 30s runtime, the ratio of + the number of mutex lock / unlock calls to the number of executed basic + blocks exceeds a certain threshold. Test with Firefox and nautilus. - Continue discussion about unification of DRD and Helgrind client requests. - Memory pool support. - Add locking order checking. Start from the following information: