]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated to do list.
authorBart Van Assche <bvanassche@acm.org>
Mon, 12 May 2008 19:23:11 +0000 (19:23 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 12 May 2008 19:23:11 +0000 (19:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8053

exp-drd/TODO.txt

index de8992aa2f8b7b256c8768b3608cf08b1a92b547..bf59fdc5a8553d705f9a9aa650c48913f19f4477 100644 (file)
@@ -34,6 +34,8 @@ Data-race detection algorithm
   AMD64).
 - Convert the array in drd_thread.c with thread information into an OSet.
 - Performance testing and tuning, a.o. for kate / knode / open office / matinv.
+- Let exp-drd print a warning if a lock is held too long, and add a command
+  line option that allows to configure the threshold time.
 
 
 Testing
@@ -52,6 +54,8 @@ Documentation
   (e.g. exp-drd/test/matinv.c).
 - Add a note about how much stack is needed for exp-drd itself.
 - Explain how to handle transactions (with regard to locking order).
+- Add extra acknowledgement -- see also
+  http://wiki.cc.gatech.edu/cellbuzz/index.php/User_Guide
 
 
 Limitations