A compositional natural semantics and Hoare logic for low-level languages
Speaker: Tarmo Uustalu, Institute of Cybernetics, Tallinn
Joint work with Ando Saabas, based on a paper at SOS 2005.
Time: Mon 2005-09-19 10.15 - Wed 2013-10-23 13.00
Location: Room 1537
Speaker: Tarmo Uustalu
Abstract:
The advent of proof-carrying code has generated significant interest in reasoning about low-level languages. It is widely believed that low-level languages with jumps must be difficult to reason about by being inherently non-modular. We argue that this is untrue. We take it seriously that, differently from statements of a high-level language, pieces of low-level code are multiple-entry and multiple-exit. And we define a piece of code to consist of either a single labelled instruction or a finite union of pieces of code. Thus we obtain a compositional natural semantics and a matching Hoare logic for a basic low-level language with jumps. By their simplicity and intuitiveness, these are comparable to the standard natural semantics and Hoare logic of While. The Hoare logic is sound and complete wrt. the semantics and allows for compilation of proofs of the Hoare logic of While.