Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
Gaëtan Gilbert
Iris
Commits
8922f16f
Verified
Commit
8922f16f
authored
1 year ago
by
Johannes Hostert
Browse files
Options
Downloads
Patches
Plain Diff
Add CHANGELOG for un-persisting laws
parent
e40374b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+16
-0
16 additions, 0 deletions
CHANGELOG.md
with
16 additions
and
0 deletions
CHANGELOG.md
+
16
−
0
View file @
8922f16f
...
...
@@ -22,6 +22,15 @@ lemma.
*
Rename
`cmra_discrete_update`
→
`cmra_discrete_total_update`
and
`cmra_discrete_updateP`
→
`cmra_discrete_total_updateP`
. Repurpose original
names for lemmas that only require
`CmraDiscrete`
, not
`CmraTotal`
.
*
Add a law for undiscarding discardable fractions, allowing one to update from
`DfracDiscarded`
to
`DfracOwn(q)`
for some fresh
`q`
. This formalizes the
intuition that a discarded fraction is merely an "existentially quantified
fraction." (by Johannes Hostert)
*
Add laws for un-persisting resources with a discardable fractional part,
based on the undiscarding law for discardable fractions. For example,
`gmap_view_frag k DfracDiscarded v ~~>: λ a, ∃ q, a = gmap_view_frag k (DfracOwn q) v`
will allow recovering a fractional points-to from a discarded one. (by Johannes
Hostert)
**Changes in `proofmode`:**
...
...
@@ -36,6 +45,13 @@ lemma.
*
Rename
`mapsto`
to
`pointsto`
to align with standard separation logic
terminology.
*
Add laws for un-persisting assertions with a discardable fractional permission,
for example
`l ↦□ v ==∗ ∃ q, l ↦{#q} v`
, using the new laws from
`algebra`
(see above). These laws allow one to update a persistent (discarded) assertion,
like a points-to, back into a fractionally owned one, where the fraction is
existentially quantified. They are useful when e.g. constructing invariants
that allow exchanging fractional assertions. See !960 for more details. (by
Johannes Hostert)
**Changes in `program_logic`:**
...
...
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