Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate greater use of heap projections in Invariants_H.thy #633

Open
michaelmcinerney opened this issue May 16, 2023 · 0 comments
Open

Comments

@michaelmcinerney
Copy link
Contributor

Greater use of heap projections in invariants and in state_relation may ease some reasoning in Refine.

For example, pspace_relation, the greatest component of state_relation, could make far greater use of heap projections, in a way similar to what is done in cstate_relation in CRefine. For example, we could write pspace_relation as a conjunction over the various kernel object types, each saying, for example, that given an abstract heap of TCBs (with tcbs_of) and a concrete heap of TCBs (with tcbs_of'), that their domains are equal, and that at the points in the domain, tcb_relation holds between the abstract and concrete TCBs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant