]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated to do list.
authorBart Van Assche <bvanassche@acm.org>
Mon, 14 Apr 2008 16:11:50 +0000 (16:11 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 14 Apr 2008 16:11:50 +0000 (16:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7873

exp-drd/TODO.txt

index 5383e37a3a678122902d90b152e9a55208013900..917d0cd6d714058454e0867f6c9f8b8ff9ea5863 100644 (file)
@@ -1,15 +1,18 @@
-Last updated March 24, 2008.
+Last updated April 14, 2008.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 Data-race detection algorithm
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Make sure -v works again with exp-drd.
+- 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.
 - Continue the discussion on the Valgrind mailing list about docbook and
   'make dist'.
-- Explain on the Valgrind mailing list the difference between a bus lock
-  and acquire / release labels.
+- Let DRD print an error message and stop as soon as qt1, qt2 or qt3 is 
+  loaded. Only qt4 is SMP safe.
 - Add configure tests for the name of the 'kind' member in pthread_mutex_t.
 - Find out why a race is reported on std::string::string(std::string const&)
   (stc test case 16).