-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add malloc align test #118
Conversation
db7c557
to
8ab70f6
Compare
Actually, rewriting the test as below (adding assumes) bring the run time to ~3 secs. |
8ab70f6
to
779c975
Compare
Thanks! Do you want to try adding a dune rule yourself so that it becomes part of |
I'm not sure we should add it given its large run time. |
779c975
to
530f6b9
Compare
Thanks for the test @krtab!! There's a bug regarding the
Is being discharged to the solver instead of being solved concretely |
530f6b9
to
c89c234
Compare
Performance issue fixed in https://github.com/formalsec/encoding/pull/65 |
c89c234
to
ee70339
Compare
Could you run Otherwise, should I merge this ? It's all OK for me. |
ee70339
to
59ae4ed
Compare
Yes, the slight performance issue will be fixed once we merge hashconsing in encoding so 🟢 |
Add a test for malloc well-alignedness.
The test is pretty long to run (8 sec on my machine).
Depends on #104