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

Stop incremental builder from accumulating TcSymbolUses/TcResolutions/etc. #11666

Merged
merged 3 commits into from
Jun 16, 2021

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented Jun 10, 2021

We do not need to be accumulating results in incremental builder. If we need all the results from an incremental build, then we will get each files' partial check results to get the information we need.

This should help some perf as when doing a full type-check doesn't require the previous file's full type-check.

@TIHan TIHan merged commit 1e750b3 into dotnet:main Jun 16, 2021
@dsyme dsyme mentioned this pull request Aug 16, 2021
10 tasks
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