|
From: <sv...@va...> - 2008-04-27 16:17:29
|
Author: bart Date: 2008-04-27 17:17:34 +0100 (Sun, 27 Apr 2008) New Revision: 7948 Log: Updated to do list. Modified: trunk/exp-drd/TODO.txt Modified: trunk/exp-drd/TODO.txt =================================================================== --- trunk/exp-drd/TODO.txt 2008-04-27 13:21:01 UTC (rev 7947) +++ trunk/exp-drd/TODO.txt 2008-04-27 16:17:34 UTC (rev 7948) @@ -4,8 +4,6 @@ Data-race detection algorithm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- More extensive testing of reader/writer locks. -- Regression test for bitmap manipulation functions. - Continue discussion about unification of DRD and Helgrind client requests. - Memory pool support. - Add locking order checking. Start from the following information: @@ -40,7 +38,8 @@ Testing ~~~~~~~ -- testing with more complex multithreaded test programs. +- 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). |