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

Improve efficiency of symbolic execution feature startup #33

Open
travitch opened this issue Jun 6, 2020 · 0 comments
Open

Improve efficiency of symbolic execution feature startup #33

travitch opened this issue Jun 6, 2020 · 0 comments

Comments

@travitch
Copy link
Contributor

travitch commented Jun 6, 2020

In the contextStackFromState function, we currently have to do a linear search for the FunctionHandle corresponding to the CFG at the top of the Crucible call stack. With a bit more indexing, we could make this more efficient. We do need to ensure that we can abstract the optimization across all architectures.

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

No branches or pull requests

1 participant