paperbot · PL 论文追踪

RSS

Recurrence Sets for Proving Fair Non-termination under Axiomatic Memory Consistency Models

POPL 10(POPL)2026
Thomas Haas, Roland Meyer, Hernán Ponce de León, Andrés Lomelí Garduño

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

Recurrence sets characterize non-termination in sequential programs. We present a generalization of recurrence sets to concurrent programs that run on weak memory models. Sequential programs have operational semantics in terms of states and transitions, and classical recurrence sets are defined as sets of states that are existentially closed under transitions. Concurrent programs have axiomatic semantics in terms of executions, and our new recurrence sets are defined as sets of executions that are existentially closed under extensions. The semantics of concurrent programs is not only affected by the memory model, but also by fairness assumptions about its environment, be it the scheduler or the memory subsystems. Our new recurrence sets are formulated relative to such fairness assumptions. We show that our recurrence sets are sound for proving fair non-termination on all practical memory models, and even complete on many. To turn our theory into practice, we develop a new automated technique for proving fair non-termination in concurrent programs on weak memory models. At the heart of this technique is a finite representation of recurrence sets in terms of execution-based lassos. We implemented a lasso-finding algorithm in Dartagnan, and evaluated it on a number of programs running under CPU and GPU memory models.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot3883,
  title = {Recurrence Sets for Proving Fair Non-termination under Axiomatic Memory Consistency Models},
  author = {Thomas Haas and Roland Meyer and Hernán Ponce de León and Andrés Lomelí Garduño},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {10},
  number = {POPL},
  year = {2026},
  doi = {10.1145/3776687}
}