Author: bart
Date: 2008-03-08 16:54:49 +0000 (Sat, 08 Mar 2008)
New Revision: 7603

Log:
Updated to do list.

Modified:
   trunk/exp-drd/TODO.txt


Modified: trunk/exp-drd/TODO.txt
===================================================================
--- trunk/exp-drd/TODO.txt      2008-03-08 15:40:54 UTC (rev 7602)
+++ trunk/exp-drd/TODO.txt      2008-03-08 16:54:49 UTC (rev 7603)
@@ -13,6 +13,7 @@
 - Continue the discussion on the Valgrind mailing list about docbook and
   'make dist'.
 - Continue the discussion on the Valgrind mailing list about -Wformat.
+- Enable format string checking for DRD during compilation.
 - Explain on the Valgrind mailing list the difference between a bus lock
   and acquire / release labels.
 - Find out why a race is reported on std::string::string(std::string const&)
@@ -26,18 +27,13 @@
 - Add OpenMP examples to the regression tests.
 - Make sure tc14_laog_dinphils is run during exp-drd regression tests.
 - Find a way for suppressing races reported on _IO_2_1_stdout. This race is
-  triggered by calling printf() from more than one thread. An example (AMD64):
+  triggered by calling printf() from more than one thread. Examples (AMD64):
   ./vg-in-place --tool=exp-drd exp-drd/tests/tc21_pthonce
+  ./vg-in-place --tool=exp-drd exp-drd/tests/pth_detached 10 10 1
 - Performance testing and tuning.
 - testing on PPC and AIX (current implementation is only tested on X86 and
   AMD64).
-- Find out why there are sometimes races reported on exp-drd/test/matinv.
-- [Fedora 8] Find out why pth_broadcast sometimes hangs on Fedora 8. Is this an
-  exp-drd, pth_broadcast, kernel or glibc bug ?
-- On x86 and amd64 platforms, add support for implicit locking arising from
-  the use of the LOCK instruction prefix.
 - Convert the array in drd_thread.c with thread information into an OSet.
-- Enable format string checking for DRD during compilation.
 
 
 Testing


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to