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

Branch optimisation #1699

Open
norhh opened this issue Oct 19, 2022 · 0 comments
Open

Branch optimisation #1699

norhh opened this issue Oct 19, 2022 · 0 comments
Labels
in progress Performance Issues related to performance problems/optimization Type: enhancement

Comments

@norhh
Copy link
Collaborator

norhh commented Oct 19, 2022

Description

Most of Mythril's solver queries can be solved by using its previous state's solution of path condition. Preliminary results show that simply caching using an LRU improves the performance by 30%-50%. So, we can compare this against the branch optimisation.

@norhh norhh added Type: enhancement in progress Performance Issues related to performance problems/optimization labels Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Performance Issues related to performance problems/optimization Type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant