]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated to do list.
authorBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 16:17:34 +0000 (16:17 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 16:17:34 +0000 (16:17 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7948

exp-drd/TODO.txt

index 22baa6167c900bc259abc98d1b95892eb3d1b538..e768c3594c4dbc0d07a7a5b6d3c91991b4075dd3 100644 (file)
@@ -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).