]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated after merge of Helgrind from YARD branch to trunk.
authorBart Van Assche <bvanassche@acm.org>
Mon, 22 Dec 2008 07:10:44 +0000 (07:10 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 22 Dec 2008 07:10:44 +0000 (07:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8862

drd/docs/drd-manual.xml

index 8e2766cad4e82075dd3bc8bf51d97915615ebfbe..00b1f230f87ab4548202e9dfb634ea32fe4abcb1 100644 (file)
@@ -233,8 +233,8 @@ POSIX threads API.
 </sect2>
 
 
-<sect2 id="drd-manual.drd-versus-helgrind" xreflabel="DRD-versus-Helgrind">
-<title>Data Race Detection by DRD versus Helgrind</title>
+<sect2 id="drd-manual.data-race-detection" xreflabel="data-race-detection">
+<title>Data Race Detection</title>
 
 <para>
 Synchronization operations impose an order on interthread memory
@@ -277,8 +277,7 @@ data race detection algorithm does not report any false positives.
 </para>
 
 <para>
-DRD is based on the happens-before algorithm, while Helgrind uses a
-variant of the Eraser algorithm.
+DRD is based on the happens-before algorithm.
 </para>
 
 </sect2>