Skip to content

Perf enhancements#782

Merged
AArnott merged 3 commits intomainfrom
perfWork
Nov 16, 2022
Merged

Perf enhancements#782
AArnott merged 3 commits intomainfrom
perfWork

Conversation

@AArnott
Copy link
Copy Markdown
Member

@AArnott AArnott commented Nov 16, 2022

  • Turn off API docs generation in most tests.
  • Avoid mutating SyntaxList in a loop. This was the single worst source of bad perf in the FullGeneration test, costing 20 seconds out of 1.9 minutes.
  • Add cache for slow FindTypeSymbolIfAlreadyAvailable method.

This was the single worst source of bad perf in the FullGeneration test, costing 20 seconds out of 1.9 minutes.
This was greatly increasing test run time.
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