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

Optional Kildall for static checking pass #4

Open
deian opened this issue Aug 12, 2020 · 1 comment
Open

Optional Kildall for static checking pass #4

deian opened this issue Aug 12, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@deian
Copy link
Member

deian commented Aug 12, 2020

Right now, we do thread walking through the function to build paths.
This is kind of insane.
We should instead have a simple Kildall pass, which will make things a ton faster.
(We can keep the thread walking approach just in case its still helpful for people)

@deian deian added the enhancement New feature or request label Aug 12, 2020
@mlfbrown
Copy link
Contributor

This will take place on the new-static branch

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

No branches or pull requests

2 participants