Skip to content

Fix a compile time performance regression caused by redundant debug info. #5023

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 1 commit into from
Sep 27, 2016

Conversation

adrian-prantl
Copy link
Contributor

Resolves SR-2754.

Fix a compile time performance regression caused by redundant debug info.
Even at -Onone one SILValue can back up more than one local source variable.
This commit changes the list of variable values into a set.

rdar://problem/28467349

@adrian-prantl
Copy link
Contributor Author

@swift-ci please test and merge

…nfo.

Even at -Onone one SILValue can back up more than one local source variable.
This commit changes the list of variable values into a set.

<rdar://problem/28467349>
@adrian-prantl
Copy link
Contributor Author

@swift-ci please test and merge

1 similar comment
@adrian-prantl
Copy link
Contributor Author

@swift-ci please test and merge

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.

2 participants