|
From: <sv...@va...> - 2008-06-27 14:56:46
|
Author: bart Date: 2008-06-27 15:56:48 +0100 (Fri, 27 Jun 2008) New Revision: 8288 Log: Added a reference to a paper about data race detection. Modified: trunk/exp-drd/docs/README.txt Modified: trunk/exp-drd/docs/README.txt =================================================================== --- trunk/exp-drd/docs/README.txt 2008-06-27 14:56:06 UTC (rev 8287) +++ trunk/exp-drd/docs/README.txt 2008-06-27 14:56:48 UTC (rev 8288) @@ -482,6 +482,16 @@ 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. |