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
14866c85
"tests/proofmode_ascii.v" did not exist on "859871ab6302cf9db4bd857714edecc0f919ddb4"
Commit
14866c85
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
prove alloc
parent
72aa39cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
heap_lang/heap.v
+36
-3
36 additions, 3 deletions
heap_lang/heap.v
program_logic/auth.v
+1
-1
1 addition, 1 deletion
program_logic/auth.v
with
37 additions
and
4 deletions
heap_lang/heap.v
+
36
−
3
View file @
14866c85
...
@@ -73,9 +73,42 @@ Section heap.
...
@@ -73,9 +73,42 @@ Section heap.
▷
(
∀
l
,
σ
!!
l
=
None
∧
heap_own
HeapI
γ
(
<
[
l
:=
v
]
>
σ
)
-★
Q
(
LocV
l
)))
→
▷
(
∀
l
,
σ
!!
l
=
None
∧
heap_own
HeapI
γ
(
<
[
l
:=
v
]
>
σ
)
-★
Q
(
LocV
l
)))
→
P
⊑
wp
E
(
Alloc
e
)
Q
.
P
⊑
wp
E
(
Alloc
e
)
Q
.
Proof
.
Proof
.
rewrite
/
heap_ctx
/
heap_own
.
intros
HN
Hval
Hl
Hctx
HP
.
rewrite
/
heap_ctx
/
heap_own
.
intros
HN
Hval
Hctx
HP
.
Fail
eapply
(
auth_fsa
(
heap_inv
HeapI
)
(
wp_fsa
_
_)
(
alter
(
λ
_,
Excl
v
)
l
))
.
set
(
LU
(
l
:
loc
)
:=
local_update_op
(
A
:=
heapRA
)
({[
l
↦
Excl
v
]}))
.
Abort
.
eapply
(
auth_fsa
(
heap_inv
HeapI
)
(
wp_fsa
_)
_
(
LU
:=
LU
));
simpl
.
{
by
eauto
.
}
{
by
eauto
.
}
{
by
eauto
.
}
rewrite
HP
=>{
HP
Hctx
HN
}
.
apply
sep_mono
;
first
done
.
apply
forall_intro
=>
hf
.
apply
wand_intro_l
.
rewrite
/
heap_inv
.
rewrite
-
assoc
.
apply
const_elim_sep_l
=>
Hv
/=.
rewrite
{
1
}[(
▷
ownP
_)
%
I
]
pvs_timeless
!
pvs_frame_r
.
apply
wp_strip_pvs
.
rewrite
-
wp_alloc_pst
;
first
(
apply
sep_mono
;
first
done
);
try
eassumption
.
apply
later_mono
,
forall_intro
=>
l
.
rewrite
(
forall_elim
l
)
.
apply
wand_intro_l
.
rewrite
-
(
exist_intro
l
)
!
left_id
.
rewrite
always_and_sep_l
-
assoc
.
apply
const_elim_sep_l
=>
Hfresh
.
assert
(
σ
!!
l
=
None
)
as
Hfresh_σ
.
{
move
:
Hfresh
(
Hv
0
%
nat
l
)
.
rewrite
/
from_heap
/
to_heap
lookup_omap
.
rewrite
lookup_op
!
lookup_fmap
.
case
_:(
σ
!!
l
)=>[
v'
|]
/=
;
case
_:(
hf
!!
l
)=>[[?||]|]
/=
;
done
.
}
rewrite
const_equiv
//
const_equiv
;
last
first
.
{
move
=>
n
l'
.
move
:(
Hv
n
l'
)
Hfresh
.
rewrite
/
from_heap
/
to_heap
!
lookup_omap
!
lookup_op
!
lookup_fmap
!
Hfresh_σ
/=.
destruct
(
decide
(
l
=
l'
))
.
-
subst
l'
.
rewrite
lookup_singleton
!
Hfresh_σ
.
case
_:(
hf
!!
l
)=>[[?||]|]
/=
;
done
.
-
rewrite
lookup_singleton_ne
//.
case
_:(
σ
!!
l'
)=>[?|]
/=
;
case
_:(
hf
!!
l'
)=>[[?||]|]
/=
;
done
.
}
rewrite
!
left_id
-
later_intro
.
assert
({[
l
↦
Excl
v
]}
⋅
to_heap
σ
=
to_heap
(
<
[
l
:=
v
]
>
σ
))
as
EQ
.
{
apply
:
map_eq
=>
l'
.
rewrite
lookup_op
!
lookup_fmap
.
destruct
(
decide
(
l
=
l'
));
simplify_map_equality
.
-
rewrite
lookup_insert
.
done
.
-
rewrite
!
lookup_insert_ne
//
lookup_empty
left_id
.
done
.
}
rewrite
EQ
.
apply
sep_mono
;
last
done
.
f_equiv
.
apply
:
map_eq
=>
l'
.
move
:(
Hv
0
%
nat
l'
)
Hfresh
.
destruct
(
decide
(
l
=
l'
));
simplify_map_equality
.
-
rewrite
lookup_insert
!
lookup_omap
!
lookup_op
!
lookup_fmap
lookup_insert
.
case
_:(
σ
!!
l'
)=>[?|]
/=
;
case
_:(
hf
!!
l'
)=>[[?||]|]
/=
;
done
.
-
rewrite
lookup_insert_ne
//
!
lookup_omap
!
lookup_op
!
lookup_fmap
lookup_insert_ne
//.
Qed
.
Lemma
wp_load_heap
N
E
γ
σ
l
v
P
Q
:
Lemma
wp_load_heap
N
E
γ
σ
l
v
P
Q
:
σ
!!
l
=
Some
v
→
σ
!!
l
=
Some
v
→
...
...
This diff is collapsed.
Click to expand it.
program_logic/auth.v
+
1
−
1
View file @
14866c85
...
@@ -84,7 +84,7 @@ Section auth.
...
@@ -84,7 +84,7 @@ Section auth.
step-indices. However, since A is timeless, that should not be
step-indices. However, since A is timeless, that should not be
a restriction. *)
a restriction. *)
Lemma
auth_fsa
{
B
C
}
(
fsa
:
FSA
Λ
(
globalF
Σ
)
B
)
`{
!
FrameShiftAssertion
fsaV
fsa
}
Lemma
auth_fsa
{
B
C
}
(
fsa
:
FSA
Λ
(
globalF
Σ
)
B
)
`{
!
FrameShiftAssertion
fsaV
fsa
}
L
`{
!
∀
c
:
C
,
LocalUpdate
(
Lv
c
)
(
L
c
)}
N
E
P
(
Q
:
B
→
iPropG
Λ
Σ
)
γ
a
:
L
{
Lv
}
{
LU
:
∀
c
:
C
,
LocalUpdate
(
Lv
c
)
(
L
c
)}
N
E
P
(
Q
:
B
→
iPropG
Λ
Σ
)
γ
a
:
fsaV
→
fsaV
→
nclose
N
⊆
E
→
nclose
N
⊆
E
→
P
⊑
auth_ctx
AuthI
γ
N
φ
→
P
⊑
auth_ctx
AuthI
γ
N
φ
→
...
...
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