Intrinsically typed compilation with nameless labels

Arjen Rouvoet, Robbert Krebbers, Eelco Visser

Research output: Contribution to journalArticleScientificpeer-review

3 Citations (Scopus)
69 Downloads (Pure)

Abstract

To avoid compilation errors it is desirable to verify that a compiler is type correct-i.e., given well-typed source code, it always outputs well-typed target code. This can be done intrinsically by implementing it as a function in a dependently typed programming language, such as Agda. This function manipulates data types of well-typed source and target programs, and is therefore type correct by construction. A key challenge in implementing an intrinsically typed compiler is the representation of labels in bytecode. Because label names are global, bytecode typing appears to be inherently a non-compositional, whole-program property. The individual operations of the compiler do not preserve this property, which requires the programmer to reason about labels, which spoils the compiler definition with proof terms. In this paper, we address this problem using a new nameless and co-contextual representation of typed global label binding, which is compositional. Our key idea is to use linearity to ensure that all labels are defined exactly once. To write concise compilers that manipulate programs in our representation, we develop a linear, dependently typed, shallowly embedded language in Agda, based on separation logic. We show that this language enables the concise specification and implementation of intrinsically typed operations on bytecode, culminating in an intrinsically typed compiler for a language with structured control-flow.

Original languageEnglish
Article number22
Number of pages28
JournalProceedings of the ACM on Programming Languages
Volume5
Issue numberPOPL
DOIs
Publication statusPublished - 2021

Keywords

  • Agda
  • Co-contextual typing
  • Code transformations
  • Compilation
  • Dependent types
  • Intrinsically typed
  • Nameless
  • Proof relevance
  • Type safety

Fingerprint

Dive into the research topics of 'Intrinsically typed compilation with nameless labels'. Together they form a unique fingerprint.

Cite this