|
From: <sv...@va...> - 2008-05-25 18:02:11
|
Author: bart Date: 2008-05-25 19:02:11 +0100 (Sun, 25 May 2008) New Revision: 8129 Log: Updated to do list. Modified: trunk/exp-drd/TODO.txt Modified: trunk/exp-drd/TODO.txt =================================================================== --- trunk/exp-drd/TODO.txt 2008-05-25 16:43:15 UTC (rev 8128) +++ trunk/exp-drd/TODO.txt 2008-05-25 18:02:11 UTC (rev 8129) @@ -4,6 +4,9 @@ Data-race detection algorithm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Let DRD print a warning message when, after 30s runtime, the ratio of + the number of mutex lock / unlock calls to the number of executed basic + blocks exceeds a certain threshold. Test with Firefox and nautilus. - Continue discussion about unification of DRD and Helgrind client requests. - Memory pool support. - Add locking order checking. Start from the following information: |