尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。
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 report experiments on more than 700 executables from packages found in Debian GNU/Linux 7.1, including memcached with about 10,000 LoC.
@article{AlglaveKNP13,
title = {Don’t Sit on the Fence},
author = {Jade Alglave and Daniel Kroening and Vincent Nimal and Daniel Poetzl},
journal = {ACM Transactions on Programming Languages and Systems},
volume = {39},
number = {2},
year = {2017},
doi = {10.1145/2994593}
}