-
Notifications
You must be signed in to change notification settings - Fork 18
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
simp_mem
failure with GCMGmultV8
#154
Comments
Update: note that
For the more general obligation (which subsumes the above),
|
bollu
added a commit
that referenced
this issue
Oct 11, 2024
This allows us to gradually convert all our tactics to `MetaM`, which provides the correct level to discipline to make sure that bugs like #154 don't happen anymore. Also, as a mild bonus, one hopes that eliminating `evalTactic` makes stuff a bit faster, but I would not hold my breath on this.
bollu
added a commit
that referenced
this issue
Oct 11, 2024
This allows us to gradually convert all our tactics to `MetaM`, which provides the correct level to discipline to make sure that bugs like #154 don't happen anymore. Also, as a mild bonus, one hopes that eliminating `evalTactic` makes stuff a bit faster, but I would not hold my breath on this.
bollu
added a commit
that referenced
this issue
Oct 11, 2024
This allows us to gradually convert all our tactics to `MetaM`, which provides the correct level to discipline to make sure that bugs like #154 don't happen anymore. Also, as a mild bonus, one hopes that eliminating `evalTactic` makes stuff a bit faster, but I would not hold my breath on this.
bollu
added a commit
that referenced
this issue
Oct 11, 2024
This allows us to gradually convert all our tactics to `MetaM`, which provides the correct level to discipline to make sure that bugs like #154 don't happen anymore. Also, as a mild bonus, one hopes that eliminating `evalTactic` makes stuff a bit faster, but I would not hold my breath on this.
bollu
added a commit
that referenced
this issue
Oct 30, 2024
This allows us to gradually convert all our tactics to `MetaM`, which provides the correct level to discipline to make sure that bugs like #154 don't happen anymore. Also, as a mild bonus, one hopes that eliminating `evalTactic` makes stuff a bit faster, but I would not hold my breath on this.
shigoel
pushed a commit
that referenced
this issue
Oct 30, 2024
### Description: This allows us to gradually convert all our tactics to `MetaM`, which provides the correct level to discipline to make sure that bugs like #154 don't happen anymore. Also, as a mild bonus, one hopes that eliminating `evalTactic` makes stuff a bit faster, but I would not hold my breath on this. Stacked on #231 ### Testing: What tests have been run? Did `make all` succeed for your changes? Was conformance testing successful on an Aarch64 machine? ### License: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref.: #153
See here:
simp_mem
creates a malformed term under the hood, forcing the user to manually rewrite withMemory.read_bytes_write_bytes_eq_read_bytes_of_mem_separate'
.The text was updated successfully, but these errors were encountered: