1999
DOI: 10.1006/jpdc.1999.1574
|View full text |Cite
|
Sign up to set email alerts
|

Toward Integration of Data Race Detection in DSM Systems

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
40
0

Year Published

2003
2003
2016
2016

Publication Types

Select...
6
2
1

Relationship

1
8

Authors

Journals

citations
Cited by 56 publications
(40 citation statements)
references
References 16 publications
(35 reference statements)
0
40
0
Order By: Relevance
“…Then, happensbefore analysis is applied only to those variables. In [34], the DJIT algorithm is presented, which is a variation of happensbefore analysis. MultiRace [35] combines DJIT with locksets to reduce false positives.…”
Section: Related Workmentioning
confidence: 99%
“…Then, happensbefore analysis is applied only to those variables. In [34], the DJIT algorithm is presented, which is a variation of happensbefore analysis. MultiRace [35] combines DJIT with locksets to reduce false positives.…”
Section: Related Workmentioning
confidence: 99%
“…As is common for happens-before race detectors, FastTrack guarantees detection only of the first race on each variable [3,8,15,16,32]. Detecting the first race on each variable is sufficient for common uses of race detection, e.g., treating data races as exceptions in production [12,21] and trying to fix or annotate all races when debugging [1].…”
Section: Conventional Detectionmentioning
confidence: 99%
“…Many researchers have studied how to detect data races dynamically via software techniques [2,8,9,12,15,16,32,34,35,39,50] and hardware techniques [11,24,30,33,51]. Despite much progress, dynamic data race detection remains expensive on commodity hardware, especially when analyzing unmanaged code.…”
Section: Related Workmentioning
confidence: 99%
“…This section shows how to parallelize a happens-before race detection algorithm. We examine how to parallelize FastTrack [15], a state-of-the-art precise detection algorithm, as a representative example of happensbefore detectors (several other detection algorithms are closely related [3,6,11,16,32]). Section 4 describes how we parallelize the other approach to race detection by examining a locking-discipline detector.…”
Section: Parallel Happens-beforementioning
confidence: 99%