Velodrome 论文
2008引用 223
Parallel Computing and Optimization TechniquesDistributed systems and fault toleranceLogic, programming, and type systems
摘要
Atomicity is a fundamental correctness property in multithreaded programs, both because atomic code blocks are amenable to sequential reasoning (which significantly simplifies correctness arguments), and because atomicity violations often reveal defects in a program's synchronization structure. Unfortunately, all atomicity analyses developed to date are incomplete in that they may yield false alarms on correctly synchronized programs, which limits their usefulness.