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
Yixuan Chen
Iris
Commits
ea2417ba
Commit
ea2417ba
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
set release date to tomorrow, re-flow changelog
parent
d756920b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+18
-20
18 additions, 20 deletions
CHANGELOG.md
with
18 additions
and
20 deletions
CHANGELOG.md
+
18
−
20
View file @
ea2417ba
...
@@ -3,32 +3,30 @@ way the logic is used on paper. We also document changes in the Coq
...
@@ -3,32 +3,30 @@ way the logic is used on paper. We also document changes in the Coq
development; every API-breaking change should be listed, but not every new
development; every API-breaking change should be listed, but not every new
lemma.
lemma.
## Iris 4.0.0 (2022-08-
??
)
## Iris 4.0.0 (2022-08-
18
)
The highlight of
th
is
release
is the
*later credits*
mechanism, which
The highlight of
Ir
is
4.0
is the
*later credits*
mechanism, which
provides a new
provides a new
way to eliminate later modalities.
way to eliminate later modalities.
This new mechanism complements the existing techniques of taking program steps,
This new mechanism complements the existing techniques of taking program steps,
exploiting timelessness, and various modality commuting rules.
exploiting timelessness, and various modality commuting rules. At each program
At each program step, one obtains a credit
`£ 1`
, which is an
step, one obtains a credit
`£ 1`
, which is an ownable Iris resource. These
ownable Iris resource. These credits don't have to be used at the present step,
credits don't have to be used at the present step, but can be saved up, and used
but can be saved up, and used to eliminate laters at any point in the
to eliminate laters at any point in the verification using the fancy update
verification using the fancy update modality.
modality. Later credits are particularly useful in proofs where there is not a
Later credits are particularly
one-to-one correspondence between program steps and later eliminations, for
useful in proofs where there is not a one-to-one correspondence between program
example, logical atomicity proofs. As a consequence, we have been able to
steps and later eliminations, for example, logical atomicity proofs.
simplify the definition of logical atomicity by removing the 'laterable'
As a consequence, we have been able to simplify the definition of logical atomicity
mechanism.
by removing the 'laterable' mechanism.
The later credit mechanism is described in detail in the
The later credit mechanism is described in detail in the
[
ICFP'22 paper
](
https://plv.mpi-sws.org/later-credits/
)
[
ICFP'22 paper
](
https://plv.mpi-sws.org/later-credits/
)
and there is a
and there is a
[
small tutorial
](
https://gitlab.mpi-sws.org/iris/iris/-/blob/master/tests/later_credits_paper.v
)
[
small tutorial
](
https://gitlab.mpi-sws.org/iris/iris/-/blob/master/tests/later_credits_paper.v
)
in the Iris repository.
in the Iris repository.
The
The
[
examples
](
https://gitlab.mpi-sws.org/iris/examples/
)
repository contains
[
examples
](
https://gitlab.mpi-sws.org/iris/examples/
)
repository contains
some
some
logically atomic case studies that make use of later credits:
logically atomic case studies that make use of later credits:
the counter with a
the counter with a
backup (Section 4 of the later credits paper), as well as
backup (Section 4 of the later credits paper), as well as
the elimination stack,
the elimination stack,
conditional increment, and RDCSS.
conditional increment, and RDCSS.
Iris 4.0 supports Coq 8.13 - 8.16.
Iris 4.0 supports Coq 8.13 - 8.16.
...
...
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