Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simuliris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
simuliris
Commits
10d7bb4b
Commit
10d7bb4b
authored
5 months ago
by
Neven Villani
Browse files
Options
Downloads
Patches
Plain Diff
Update TB-specific Readme
parent
cd6af6f0
No related branches found
Branches containing commit
No related tags found
1 merge request
!18
Tree Borrows update
Pipeline
#111140
failed
5 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_CoqProject
+0
-1
0 additions, 1 deletion
_CoqProject
theories/tree_borrows/README.md
+19
-8
19 additions, 8 deletions
theories/tree_borrows/README.md
theories/tree_borrows/wishlist.v
+0
-17
0 additions, 17 deletions
theories/tree_borrows/wishlist.v
with
19 additions
and
26 deletions
_CoqProject
+
0
−
1
View file @
10d7bb4b
...
...
@@ -164,7 +164,6 @@ theories/tree_borrows/steps_all.v
theories/tree_borrows/primitive_laws.v
theories/tree_borrows/proofmode.v
theories/tree_borrows/early_proofmode.v
theories/tree_borrows/wishlist.v
theories/tree_borrows/tree_access_laws.v
theories/tree_borrows/tag_protected_laws.v
theories/tree_borrows/loc_controlled_laws.v
...
...
This diff is collapsed.
Click to expand it.
theories/tree_borrows/README.md
+
19
−
8
View file @
10d7bb4b
...
...
@@ -4,12 +4,23 @@ Forked and adapted from the sibling folder `../stacked_borrows` with the same st
*
`tree.v`
,
`locations.v`
contain preliminary definitions.
*
`lang_base.v`
,
`expr_semantics.v`
,
`bor_semantics.v`
, and
`lang.v`
contain the language definition.
*
`tree_lemmas.v`
,
`bor_lemmas.v`
and
`steps_wf.v`
contain basic lemmas to help with the manipulation of trees.
*
[WIP]
`logical_state.v`
defines the invariants and instantiates the simulation relation.
*
[WIP]
`steps_refl.v`
and
`steps_opt.v`
prove the main execution lemmas.
*
[WIP]
`behavior.v`
defines the notion of contextual refinement and expression well-formedness.
*
[WIP]
`adequacy.v`
contains the resulting adequacy proof.
*
[WIP]
`examples`
contains example optimizations.
*
`tree_lemmas.v`
,
`bor_lemmas.v`
,
`steps_wf.v`
and
`steps_preserve.v`
contain basic lemmas to help with the manipulation of trees.
*
`defs.v`
defines well-formedness invariants for trees.
*
`logical_state.v`
defines the invariants and instantiates the simulation relation,
using among others a notion of when trees are similar in
`trees_equal/`
.
*
`steps_refl.v`
and
`steps_opt.v`
prove the main execution lemmas.
*
`behavior.v`
defines the notion of contextual refinement and expression well-formedness.
*
`adequacy.v`
contains the resulting adequacy proof.
*
`examples/`
contains example optimizations, further subdivided into
-
`unprotected/`
optimizations, which are program transformations that can be applied even in the absence of protectors,
-
`protected/`
optimizations, which require a protector to hold,
-
`impossible/`
optimizations used to hold under Stacked Borrows,
but we know of counter-examples under Tree Borrows.
In addition,
`disjoint.v`
provides proofs of simple reorderings (swapping adjacent operations in
a sequential setting) directly against the operational semantics.
In addition,
`read_read_reorder/`
provides proofs of simple reorderings
(swapping adjacent operations in a sequential setting)
directly against the operational semantics.
It is subdivided into
*
`refinement_def.v`
: definition of a bisimulation relation for a sequential setting.
*
`low_level.v`
: lemmas against the operational semantics.
*
`refinement.v`
: actual proof of bisimulation between two programs in which adjacent reads have been swapped.
This diff is collapsed.
Click to expand it.
theories/tree_borrows/wishlist.v
deleted
100644 → 0
+
0
−
17
View file @
cd6af6f0
From
iris
.
proofmode
Require
Export
proofmode
.
From
simuliris
.
tree_borrows
Require
Export
tree_access_laws
tag_protected_laws
loc_controlled_laws
.
From
iris
.
base_logic
.
lib
Require
Import
ghost_map
.
From
simuliris
.
base_logic
Require
Export
gen_sim_prog
.
From
simuliris
.
simulation
Require
Export
slsls
.
From
simuliris
.
simulation
Require
Import
lifting
.
From
simuliris
.
tree_borrows
Require
Import
tkmap_view
.
From
simuliris
.
tree_borrows
Require
Export
defs
class_instances
.
From
simuliris
.
tree_borrows
Require
Import
steps_progress
steps_inv
.
From
simuliris
.
tree_borrows
Require
Import
logical_state
inv_accessors
.
From
simuliris
.
tree_borrows
.
trees_equal
Require
Import
trees_equal_base
random_lemmas
.
From
iris
.
prelude
Require
Import
options
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment