Modular fully-abstract compilation by approximate back-translation [pdf] [bib]

Dominique Devriese, Marco Patrignani, Frank Piessens and Steven Keuchel.
Published in Logical Methods in Computer Science, Volume 13, Issue 4, 2017

Abstract

A compiler is fully-abstract if the compilation from source language programs to target language programs reflects and preserves behavioural equivalence. Such compilers have important security benefits, as they limit the power of an attacker interacting with the program in the target language to that of an attacker interacting with the program in the source language. Proving compiler full-abstraction is, however, rather complicated. A common proof technique is based on the back-translation of target-level program contexts to behaviourally-equivalent source-level contexts. However, constructing such a backtranslation is problematic when the source language is not strong enough to embed an encoding of the target language. For instance, when compiling from a simply-typed λ-calculus ($λ^τ$) to an untyped λ-calculus ($λ^u$), the lack of recursive types in $λ^τ$ prevents such a back-translation.

We propose a general and elegant solution for this problem. The key insight is that it suffices to construct an approximate back-translation. The approximation is only accurate up to a certain number of steps and conservative beyond that, in the sense that the context generated by the back-translation may diverge when the original would not, but not vice versa. Based on this insight, we describe a general technique for proving compiler full-abstraction and demonstrate it on a compiler from $λ^τ$ to $λ^u$. The proof uses asymmetric cross-language logical relations and makes innovative use of step-indexing to express the relation between a context and its approximate back-translation. The proof extends easily to common compiler patterns such as modular compilation and, to the best of our knowledge, it is the first compiler full abstraction proof to have been fully mechanised in Coq. We believe this proof technique can scale to challenging settings and enable simpler, more scalable proofs of compiler full-abstraction.

BibTeX

@article{approximatebacktranslation,
  author =       "Devriese, Dominique and Patrignani, Marco and 
                  Piessens, Frank and Keuchel, Steven",
  title =        "{Modular, Fully-abstract Compilation by
                   Approximate Back-translation}",
  doi =          "10.23638/LMCS-13(4:2)2017",
  journal =      "Logical Methods in Computer Science",
  volume =       "13",
  issue =        "4",
  year =         "2017",
}