From: Bart Van Assche Date: Sat, 10 May 2008 13:00:27 +0000 (+0000) Subject: Updated to do list. X-Git-Tag: svn/VALGRIND_3_4_0~605 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0f56e3775745e0d7e11b8c8ef3a14ef0cb34d09;p=thirdparty%2Fvalgrind.git Updated to do list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8033 --- diff --git a/exp-drd/TODO.txt b/exp-drd/TODO.txt index e768c3594c..de8992aa2f 100644 --- a/exp-drd/TODO.txt +++ b/exp-drd/TODO.txt @@ -38,8 +38,6 @@ Data-race detection algorithm Testing ~~~~~~~ -- 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). @@ -53,6 +51,7 @@ Documentation classes of programs that do not follow a locking discipline (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). Limitations