From: Bart Van Assche Date: Sun, 27 Apr 2008 16:17:34 +0000 (+0000) Subject: Updated to do list. X-Git-Tag: svn/VALGRIND_3_4_0~675 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74dfae7638c330050cd19f7191b2e8f6c73d5027;p=thirdparty%2Fvalgrind.git Updated to do list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7948 --- diff --git a/exp-drd/TODO.txt b/exp-drd/TODO.txt index 22baa6167c..e768c3594c 100644 --- a/exp-drd/TODO.txt +++ b/exp-drd/TODO.txt @@ -4,8 +4,6 @@ Last updated April 14, 2008. Data-race detection algorithm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- More extensive testing of reader/writer locks. -- Regression test for bitmap manipulation functions. - Continue discussion about unification of DRD and Helgrind client requests. - Memory pool support. - Add locking order checking. Start from the following information: @@ -40,7 +38,8 @@ Data-race detection algorithm Testing ~~~~~~~ -- testing with more complex multithreaded test programs. +- More extensive testing of reader/writer locks. +- Regression test for bitmap manipulation functions. - test exp-drd's performance with the SPLASH-2 software, e.g. fft (http://www-flash.stanford.edu/apps/SPLASH/) or the PARSEC benchmark (http://parsec.cs.princeton.edu/license.htm).