English

Verifying Parallel Loops with Separation Logic

Software Engineering 2014-06-16 v1 Programming Languages

Abstract

This paper proposes a technique to specify and verify whether a loop can be parallelised. Our approach can be used as an additional step in a parallelising compiler to verify user annotations about loop dependences. Essentially, our technique requires each loop iteration to be specified with the locations it will read and write. From the loop iteration specifications, the loop (in)dependences can be derived. Moreover, the loop iteration specifications also reveal where synchronisation is needed in the parallelised program. The loop iteration specifications can be verified using permission-based separation logic.

Keywords

Cite

@article{arxiv.1406.3484,
  title  = {Verifying Parallel Loops with Separation Logic},
  author = {Stefan Blom and Saeed Darabi and Marieke Huisman},
  journal= {arXiv preprint arXiv:1406.3484},
  year   = {2014}
}

Comments

In Proceedings PLACES 2014, arXiv:1406.3313

R2 v1 2026-06-22T04:37:53.043Z