Title :
A Loop Filtering Technique for Reducing Time Overhead of Dynamic Data Race Detection
Author :
Se-Won Park;Ok-Kyoon Ha;Yong-Kee Jun
Author_Institution :
Dept. of Inf., Gyeongsang Nat. Univ., Jinju, South Korea
Abstract :
Data races are the hardest defect to handle in multithread programs due to their nondeterministic interleaving of concurrent threads. The main drawback of data race detection using dynamic techniques is the additional overhead of monitoring program execution and analyzing every conflicting memory operation. Thus, it is important to reduce the additional overheads for debugging data races. This paper presents a loop filtering technique that rules out repeatedly execution regions of loops from the monitoring targets in the multithread programs. The empirical results using multithread programs show that the filtering technique reduces the average runtime overhead to 60% of that of dynamic data race detection.
Keywords :
"Filtering","Databases","Performance analysis","Runtime","Monitoring"
Conference_Titel :
Database Theory and Application (DTA), 2015 8th International Conference on
DOI :
10.1109/DTA.2015.18