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

il::control_flow_graph::merge is slow #14

Closed
endeav0r opened this issue Jul 27, 2017 · 0 comments
Closed

il::control_flow_graph::merge is slow #14

endeav0r opened this issue Jul 27, 2017 · 0 comments

Comments

@endeav0r
Copy link
Member

il::control_flow_graph::merge merges adjacent blocks together. It's primarily used immediately after a function is translated. It's slow because of poor logic. Make logic not poor.

@endeav0r endeav0r added this to the 0.1.0 milestone Jul 27, 2017
@endeav0r endeav0r removed this from the 0.1.0 milestone Aug 6, 2017
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