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

ValidationState_t::UseDefTracker::FindDef is a linear time lookup #81

Closed
dneto0 opened this issue Jan 21, 2016 · 1 comment
Closed

ValidationState_t::UseDefTracker::FindDef is a linear time lookup #81

dneto0 opened this issue Jan 21, 2016 · 1 comment
Assignees

Comments

@dneto0
Copy link
Collaborator

dneto0 commented Jan 21, 2016

It's a very common operation. It should use a lower complexity (by op count) algorithm.

Secondarily, the FindUsesWithDefs is algorithmically inefficient, and perhaps could be fixed at the same time.

@dekimir
Copy link

dekimir commented Feb 18, 2016

Fixed via 4a722d8.

@dekimir dekimir closed this as completed Feb 18, 2016
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

2 participants