Skip to content
Snippets Groups Projects
Commit d26d0c7f authored by Kasper Svendsen's avatar Kasper Svendsen
Browse files

Updated the README file slightly.

parent aa4901c9
No related branches found
No related tags found
No related merge requests found
This folder contains the Coq development for
Iris: Monoids and Invariants as an Orthogonal Basis for Concurrent Reasoning DESCRIPTION
by
Ralf Jung <jung@mpi-sws.org> This folder contains the Coq development for
David Swasey <swasey@mpi-sws.org> Iris: Monoids and Invariants as an Orthogonal Basis for Concurrent Reasoning
Filip Sieczkowski <filips@cs.au.dk>
Kasper Svendsen <ksvendsen@cs.au.dk> by
Aaron Turon <turon@mpi-sws.org>
Lars Birkedal <birkedal@cs.au.dk> Ralf Jung <jung@mpi-sws.org>
Derek Dreyer <dreyer@mpi-sws.org> David Swasey <swasey@mpi-sws.org>
Filip Sieczkowski <filips@cs.au.dk>
Kasper Svendsen <ksvendsen@cs.au.dk>
It uses a Coq library in lib/ by Sieczkowski et al. to solve the recursive domain equation (see the paper for a reference). Aaron Turon <turon@mpi-sws.org>
Lars Birkedal <birkedal@cs.au.dk>
This folder is organized as follows: Derek Dreyer <dreyer@mpi-sws.org>
* core_lang.v contains the axioms about the language
* lang.v defines the threadpool reduction and derives some lemmas from core_lang.v
* masks.v introduces some lemmas about masks CONTENTS
* world_prop.v uses the aforementioned Coq library to construct the domain for Iris propositions
* iris.v is the main file and contains the actual logic and the proof of the rules for view shifts and Hoare tiples The folder is organized as follows:
* core_lang.v contains the axioms about the language
Run "make" in this folder to build it all. * lang.v defines the threadpool reduction and derives some lemmas from core_lang.v
Be aware that iris.v takes a long time to check and needs significant amounts of RAM! * masks.v introduces some lemmas about masks
8GiB may be sufficient, but to be safe you should have 16GiB and give it around 2 to 3 hours. * world_prop.v uses the aforementioned Coq library to construct the domain for Iris propositions
* iris.v is the main file and contains the actual logic and the proof of the rules for view shifts and Hoare tiples
It uses a Coq library in lib/ by Sieczkowski et al. to solve the recursive domain equation (see the paper for a reference).
REQUIREMENTS
Coq
8GB ram
We have tested the development using Coq v. 8.4pl4 on a machine with 8GB RAM + 4GB swap.
HOW TO COMPILE
To compile the development, run
> make
in the folder containing this README.
Be aware that iris.v takes a long time to check and needs significant amounts of RAM!
8GiB may be sufficient, but to be safe you should have 16GiB and give it around 2 to 3 hours.
OVERVIEW OF LEMMAS
Below we give a mapping from proof rules in the paper to Coq lemma's in Iris.v
RULE Coq lemma
-----------------------
VSTimeless vsTimeless
NewInv vsNewInv
VSOpen vsOpen
VSClose vsClose
VSTrans vsTrans
VSImp vsEnt
GhostUpd vsGhostUpd
Ret htRet
Bind htBind
Frame htFrame
Csq htCons
ACSQ htACons
The main adequacy result is expressed by Theorem soundness_obs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment