Skip to content

Remove unused and slow 'protocol implementations' analysis #15667

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

Merged
merged 2 commits into from
Apr 2, 2018

Conversation

slavapestov
Copy link
Contributor

We were walking the entire AST for all source files once per SIL module -- which is still once per source file in batch mode, so its quadratic. And the results of the analysis were unused, so nuke it.

Also, remove some code from the SIL linker that was completely dead.

This was performing a walk over all parsed Decls in all
sources files, to build a data structure that was never used.
@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

@slavapestov slavapestov requested a review from gottesmm April 1, 2018 09:56
@slavapestov slavapestov merged commit 346bc52 into swiftlang:master Apr 2, 2018
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

Successfully merging this pull request may close these issues.

1 participant