]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated to do list.
authorBart Van Assche <bvanassche@acm.org>
Tue, 17 Jun 2008 14:19:04 +0000 (14:19 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 17 Jun 2008 14:19:04 +0000 (14:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8242

exp-drd/TODO.txt

index 0c7a0d9f44e7eae9d84c49d8a2986ba4ab001a55..2c5073a963b84135c3280335561df5f461eafbe0 100644 (file)
@@ -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