]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added a reference to a paper about data race detection.
authorBart Van Assche <bvanassche@acm.org>
Fri, 27 Jun 2008 14:56:48 +0000 (14:56 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 27 Jun 2008 14:56:48 +0000 (14:56 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8288

exp-drd/docs/README.txt

index 8cfb1ce6978494d188a64f4bc0741a5edc2e9d26..4cc5ade5b5d01f35184277d47e4a3d17314e27b2 100644 (file)
@@ -482,6 +482,16 @@ References
   Parallel Computing archive, Volume 28, Issue 9, pp 1221-1238,
   September 2002.
   http://portal.acm.org/citation.cfm?id=638124
+
+[Pozniansky 2003]
+  Eli Pozniansky, Assaf Schuster.
+  Efficient on-the-fly data race detection in multithreaded C++ programs.
+  Proceedings of the ACM SIGPLAN symposium on principles and practice
+  of parallel programming (PPoPP 2003) and workshop on partial
+  evaluation and semantics-based program manipulation (PEPM 2003),
+  Volume 38, Issue 10, pp 179-190 (October 2003).
+  http://www.cs.technion.ac.il/~assaf/publications/MultiRace.pdf
+  http://portal.acm.org/citation.cfm?id=966049.781529
  
 [Ronsse 2004]
   Michiel Ronsse, Jonas Maebe, Koen De Bosschere.