scispace - formally typeset
Z

Zhen Yu

Researcher at Harbin Institute of Technology

Publications -  4
Citations -  13

Zhen Yu is an academic researcher from Harbin Institute of Technology. The author has contributed to research in topics: Overhead (computing) & Deadlock prevention algorithms. The author has an hindex of 2, co-authored 4 publications receiving 11 citations.

Papers
More filters
Proceedings ArticleDOI

RaceTracker: Effective and efficient detection of data races

TL;DR: This paper proposes RaceTracker, a tool that combines static and dynamic techniques to detect data races effectively and efficiently and applies the hybrid dynamic detection techniques to prune benign and false races mainly caused by ad-hoc synchronization.
Journal ArticleDOI

Evaluation and comparison of ten data race detection techniques

TL;DR: An experiment to evaluate ten data-race detection techniques on 100 small-scale or middle-scale C/C++ programs and give suggestions of which technique is the most suitable one to use when the target program exhibits particular characteristics.
Journal ArticleDOI

Slider: an online and active deadlock avoider by serial execution of critical sections

TL;DR: Experimental results show Slider can correctly avoid multiple types of deadlocks in an online, active, efficient and scalable way.