From: Bart Van Assche Date: Tue, 17 Jun 2008 14:19:04 +0000 (+0000) Subject: Updated to do list. X-Git-Tag: svn/VALGRIND_3_4_0~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f04281f7fc92855b5d5e0224f36680ce95edc0;p=thirdparty%2Fvalgrind.git Updated to do list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8242 --- diff --git a/exp-drd/TODO.txt b/exp-drd/TODO.txt index 0c7a0d9f44..2c5073a963 100644 --- a/exp-drd/TODO.txt +++ b/exp-drd/TODO.txt @@ -28,10 +28,11 @@ Data-race detection algorithm Testing ~~~~~~~ -- 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). -- test with Synfig Studio (see also http://bugs.kde.org/show_bug.cgi?id=158555) +- Find out the memory overhead for exp-drd on the SPLASH-2 benchmarks (ITC: 20x) +- Measure the performance and the memory overhead of exp-drd on the PARSEC + benchmark (http://parsec.cs.princeton.edu/license.htm). +- Test with Synfig Studio (see also http://bugs.kde.org/show_bug.cgi?id=158555) +- Test with a multithreaded Python application. Documentation