LOSEDec 5, 2013

Don't sit on the fence: A static analysis approach to automatic fence insertion

arXiv:1312.1411v290 citations
Originality Incremental advance
AI Analysis

This addresses memory consistency problems for developers of deployed systems code, offering a scalable but incremental improvement over precise methods.

The paper tackles the problem of automatically inserting memory fences to prevent memory consistency issues in modern architectures, achieving scalability for large code bases with experiments on over 350 executables like memcached (about 10000 LoC).

Modern architectures rely on memory fences to prevent undesired weakenings of memory consistency. As the fences' semantics may be subtle, the automation of their placement is highly desirable. But precise methods for restoring consistency do not scale to deployed systems code. We choose to trade some precision for genuine scalability: our technique is suitable for large code bases. We implement it in our new musketeer tool, and detail experiments on more than 350 executables of packages found in Debian Linux 7.1, e.g. memcached (about 10000 LoC).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes