Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Model registry
Operate
Environments
Monitor
Service Desk
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
lambda-rust
Commits
99703f44
Commit
99703f44
authored
8 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Update wrt iris.
parent
fd7fe3c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
adequacy.v
+0
-1
0 additions, 1 deletion
adequacy.v
heap.v
+5
-5
5 additions, 5 deletions
heap.v
lifting.v
+1
-1
1 addition, 1 deletion
lifting.v
races.v
+1
-1
1 addition, 1 deletion
races.v
with
7 additions
and
8 deletions
adequacy.v
+
0
−
1
View file @
99703f44
From
iris
.
program_logic
Require
Export
weakestpre
adequacy
.
From
lrust
Require
Export
heap
.
From
iris
.
algebra
Require
Import
auth
.
From
iris
.
program_logic
Require
Import
ownership
.
From
lrust
Require
Import
proofmode
notation
.
Class
heapPreG
Σ
:=
HeapPreG
{
...
...
This diff is collapsed.
Click to expand it.
heap.v
+
5
−
5
View file @
99703f44
From
iris
.
algebra
Require
Import
upred_big_op
cmra_big_op
gmap
frac
dec_agree
.
From
iris
.
algebra
Require
Import
csum
excl
auth
.
From
iris
.
program_logic
Require
Export
invariants
ownership
.
From
iris
.
program_logic
Require
Export
invariants
wsat
.
From
iris
.
proofmode
Require
Export
tactics
.
From
lrust
Require
Export
lifting
.
Import
uPred
.
...
...
@@ -468,8 +468,8 @@ Section heap.
iInv
heapN
as
(
σ
hF
)
">(Hσ & Hvalσ & HhF & %)"
"Hclose"
.
iDestruct
(
heap_mapsto_lookup
with
"[$Hvalσ $Hv]"
)
as
%
[
n
Hσl
]
.
iVs
(
heap_read_vs
_
0
1
with
"[$Hvalσ $Hv]"
)
as
"[Hvalσ Hv]"
;
first
done
.
i
Apply
pvs_intro
'
;
[
set_solver
|
iIntros
"Hclose'"
]
.
iExists
σ
,
n
,
v
.
iFrame
.
iSplit
;
[
done
|]
.
iIntros
"!> Hσ"
.
i
Vs
(
pvs_intro
_mask'
(
E
∖
heapN
)
∅
)
as
"Hclose'"
;
first
set_solver
.
iVsIntro
.
iExists
σ
,
n
,
v
.
iFrame
.
iSplit
;
[
done
|]
.
iIntros
"!> Hσ"
.
iVs
"Hclose'"
as
"_"
.
iVs
(
"Hclose"
with
"[Hσ Hvalσ HhF]"
)
as
"_"
.
{
iNext
.
iExists
_,
_
.
iFrame
.
eauto
using
heap_freeable_rel_stable
.
}
iVsIntro
.
clear
dependent
n
σ
hF
.
...
...
@@ -519,8 +519,8 @@ Section heap.
iInv
heapN
as
(
σ
hF
)
">(Hσ & Hvalσ & HhF & %)"
"Hclose"
.
iDestruct
(
heap_mapsto_lookup_1
with
"[$Hvalσ $Hv]"
)
as
%
?
.
iVs
(
heap_write_vs
with
"[$Hvalσ $Hv]"
)
as
"[Hvalσ Hv]"
;
first
done
.
i
Apply
pvs_intro
'
;
[
set_solver
|
iIntros
"Hclose'"
]
.
iExists
σ
,
v'
.
iSplit
;
[
done
|]
.
iIntros
"{$Hσ} !> Hσ"
.
i
Vs
(
pvs_intro
_mask'
(
E
∖
heapN
)
∅
)
as
"Hclose'"
;
first
set_solver
.
iVsIntro
.
iExists
σ
,
v'
.
iSplit
;
[
done
|]
.
iIntros
"{$Hσ} !> Hσ"
.
iVs
"Hclose'"
as
"_"
.
iVs
(
"Hclose"
with
"[Hσ Hvalσ HhF]"
)
as
"_"
.
{
iNext
.
iExists
_,
_
.
iFrame
.
eauto
using
heap_freeable_rel_stable
.
}
iVsIntro
.
clear
dependent
σ
hF
.
...
...
This diff is collapsed.
Click to expand it.
lifting.v
+
1
−
1
View file @
99703f44
From
iris
.
program_logic
Require
Export
weakestpre
.
From
iris
.
program_logic
Require
Import
ownership
ectx_lifting
.
(* for ownP *)
From
iris
.
program_logic
Require
Import
ectx_lifting
wsat
.
(* for ownP *)
From
lrust
Require
Export
lang
.
From
lrust
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
tactics
.
...
...
This diff is collapsed.
Click to expand it.
races.v
+
1
−
1
View file @
99703f44
From
iris
.
program_logic
Require
Export
hoare
.
From
iris
.
program_logic
Require
Import
ownership
adequacy
.
From
iris
.
program_logic
Require
Import
adequacy
.
From
lrust
Require
Import
tactics
.
From
iris
.
prelude
Require
Import
gmap
.
...
...
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