From: Bart Van Assche Date: Fri, 27 Jun 2008 14:56:48 +0000 (+0000) Subject: Added a reference to a paper about data race detection. X-Git-Tag: svn/VALGRIND_3_4_0~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d908446bccacf6004b7048ced045d17c82c2414;p=thirdparty%2Fvalgrind.git Added a reference to a paper about data race detection. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8288 --- diff --git a/exp-drd/docs/README.txt b/exp-drd/docs/README.txt index 8cfb1ce697..4cc5ade5b5 100644 --- a/exp-drd/docs/README.txt +++ b/exp-drd/docs/README.txt @@ -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.