Skip to content
Snippets Groups Projects
Commit 26917d00 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Allow frozen pointer annotations to be refined.

The refinement relation on addresses allows union references to be refined:

  (β2 → β1) → RUnion i s β1 ⊆ RUnion i s β2

The result is that frozen values are below their unfrozen variant, which made
it possible to prove that constant propagation (see constant_propagation.v) can
be performed on the level of the memory model.
parent 364f5410
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment