]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated.
authorBart Van Assche <bvanassche@acm.org>
Mon, 31 Mar 2008 17:47:37 +0000 (17:47 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 31 Mar 2008 17:47:37 +0000 (17:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7826

exp-drd/docs/README.txt

index 4a6d4d27567f7cf8bbe83de7484888af571a4761..2c7a2a1ffc8bbad16daf87eecaf1918da0e3a41c 100644 (file)
@@ -111,13 +111,10 @@ About DRD
 ---------
 
 DRD is still under development, that is why the tool is named exp-drd.
-The current version of DRD is able to perform data race detection on
-small programs -- DRD quickly runs out of memory for realistically
-sized programs.  The current version runs well under Linux on x86
-CPU's for multithreaded programs that use the POSIX threading
-library. Regular POSIX threads, detached threads, mutexes, condition
-variables, spinlocks, semaphores and barriers are supported. POSIX
-reader-writer locks are not yet supported.
+The current version runs well under Linux on x86 CPU's for
+multithreaded programs that use the POSIX threading library. Regular
+POSIX threads, detached threads, mutexes, condition variables,
+reader-writer locks, spinlocks, semaphores and barriers are supported.
 
 
 Programming with Threads