paperbot · PL 论文追踪

RSS

Leaf: Modularity for Temporary Sharing in Separation Logic

OOPSLA 7(OOPSLA2)2023
Travis Hance, Jon Howell, Oded Padon, Bryan Parno

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

原文摘要(Abstract)

In concurrent verification, separation logic provides a strong story for handling both resources that are owned exclusively and resources that are shared persistently (i.e., forever). However, the situation is more complicated for temporarily shared state, where state might be shared and then later reclaimed as exclusive. We believe that a framework for temporarily-shared state should meet two key goals not adequately met by existing techniques. One, it should allow and encourage users to verify new sharing strategies. Two, it should provide an abstraction where users manipulate shared state in a way agnostic to the means with which it is shared. We present Leaf, a library in the Iris separation logic which accomplishes both of these goals by introducing a novel operator, which we call guarding, that allows one proposition to represent a shared version of another. We demonstrate that Leaf meets these two goals through a modular case study: we verify a reader-writer lock that supports shared state, and a hash table built on top of it that uses shared state.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot1858,
  title = {Leaf: Modularity for Temporary Sharing in Separation Logic},
  author = {Travis Hance and Jon Howell and Oded Padon and Bryan Parno},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {7},
  number = {OOPSLA2},
  year = {2023},
  doi = {10.1145/3622798}
}