-
Notifications
You must be signed in to change notification settings - Fork 93
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
subsumespec_app1, subsumespec_app2 #660
Comments
Solution: |
andrew-appel
added a commit
that referenced
this issue
Feb 2, 2023
This P.R. implements the suggestion in issue #625. It's an experiment, as in some cases it breaks existing VST proofs at `forward_if` and related tactics. The changes required in those proofs are generally positive (simplifies proof scripts). See further discussion at #625. closes #625 Incidentally and unrelated: closes #660
andrew-appel
added a commit
that referenced
this issue
Feb 7, 2023
* Use (new) bool2val instead of Val.of_bool This P.R. implements the suggestion in issue #625. It's an experiment, as in some cases it breaks existing VST proofs at `forward_if` and related tactics. The changes required in those proofs are generally positive (simplifies proof scripts). See further discussion at #625. closes #625 Incidentally and unrelated: closes #660 * Adjustment for 32/64-bit portability * Fix memory blowup; bring verif_strlib up to date in 64-bit mode * Fix up a proof in tweetnacl * Bring mailbox up to date with bool2val * simplify_new_temp in fwd_result, in connection with new bool2val stuff * Flesh out simplify_new_temp hint DB; bring 32-bit examples up to date * Update CHANGES file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In floyd/forward.v, the lemmas subsumespec_app1 and subsumespec_app1 take forever.
Same for tycontext_sub_Gprog_app1, tycontext_sub_Gprog_app2.
Perhaps with explicitly instantiated arguments to funspec_sub_si_refl, these lemmas would be instantaneous.
The text was updated successfully, but these errors were encountered: