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

Multi-Threaded Synthesis #1

Open
gregdhill opened this issue Oct 5, 2018 · 0 comments
Open

Multi-Threaded Synthesis #1

gregdhill opened this issue Oct 5, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@gregdhill
Copy link
Collaborator

The framework currently traces binaries linearly which is an inherently slow process. Compilation is relatively fast, but tracing each binary with Intel's PIN framework is by far the largest overhead. If possible, multi-threading this procedure would extensively speed up the time needed to generate a larger dataset.

@gregdhill gregdhill added enhancement New feature or request help wanted Extra attention is needed labels Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant