-
Notifications
You must be signed in to change notification settings - Fork 49
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
rewrite lemmas with Exponents (Big Numbers) #644
Comments
Hi. I cannot reproduce. Which version of EasyCrypt are you using? |
The version I'm working with is the last verified commit: https://github.com/EasyCrypt/easycrypt/tree/791bfa740a20f7ebf346edb2ba2836b63b8d340d |
I cannot reproduce with the commit you gave. Do you confirm that the snippet above exhibits the behavior on your side? |
Could it be an ocaml version/memory explosion issue? |
soupir. Indeed, I missed that. So, @henriquejosefaria, which version of OCaml are you using? |
OCaml version 4.14.1 |
I confirm that I cannot reproduce the bug. |
Also could not reproduce on Linux, neither on CLI nor in PG. Henrique, I think we still need to know if the exact snippet above, when run in isolation, exhibits the unexpected slowness for you. And if so, I guess we'll need to dive into details of your platform so we can try to reproduce. |
First, I need to say it seems to me the lengthier the proof, the slower the performance on ltz_trans. |
When rewriting a lemma with exponents it takes a long time to finish. The problem occurs both in
rewrite bound
andrewrite (ltz_trans ....)
.The text was updated successfully, but these errors were encountered: