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

Speed up symbolic pointer handling #438

Open
vitalych opened this issue Aug 21, 2021 · 0 comments
Open

Speed up symbolic pointer handling #438

vitalych opened this issue Aug 21, 2021 · 0 comments

Comments

@vitalych
Copy link
Member

vitalych commented Aug 21, 2021

Currently, dereferencing a symbolic pointer will send a 4k page to the solver, which is hard on the solver. There is some code that splits 4k pages into smaller chunks, but it currently doesn't work.

https://mail.google.com/mail/u/0/h/1nc2k450m97nh/?&th=17b3cb83c93e80c3&q=s2e-dev&v=c&s=q

Page splitting is a hack though, and it is also hard to implement. See if there are ways to rewrite such queries to make them faster. Solver knowledge would be important here.

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

No branches or pull requests

1 participant