From: Bart Van Assche Date: Mon, 12 May 2008 19:23:11 +0000 (+0000) Subject: Updated to do list. X-Git-Tag: svn/VALGRIND_3_4_0~586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cb8cc88f56dea4daa4b45ab0aa2cc950039dc7e;p=thirdparty%2Fvalgrind.git Updated to do list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8053 --- diff --git a/exp-drd/TODO.txt b/exp-drd/TODO.txt index de8992aa2f..bf59fdc5a8 100644 --- a/exp-drd/TODO.txt +++ b/exp-drd/TODO.txt @@ -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