English

Verification of Programs via Intermediate Interpretation

Programming Languages 2017-08-31 v1 Software Engineering

Abstract

We explore an approach to verification of programs via program transformation applied to an interpreter of a programming language. A specialization technique known as Turchin's supercompilation is used to specialize some interpreters with respect to the program models. We show that several safety properties of functional programs modeling a class of cache coherence protocols can be proved by a supercompiler and compare the results with our earlier work on direct verification via supercompilation not using intermediate interpretation. Our approach was in part inspired by an earlier work by E. De Angelis et al. (2014-2015) where verification via program transformation and intermediate interpretation was studied in the context of specialization of constraint logic programs.

Keywords

Cite

@article{arxiv.1708.09002,
  title  = {Verification of Programs via Intermediate Interpretation},
  author = {Alexei P. Lisitsa and Andrei P. Nemytykh},
  journal= {arXiv preprint arXiv:1708.09002},
  year   = {2017}
}

Comments

In Proceedings VPT 2017, arXiv:1708.06887. The author's extended version is arXiv:1705.06738

R2 v1 2026-06-22T21:27:15.193Z