You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase SyntaxToken cache usage to not limit the SyntaxKinds allowed in the cache.
SyntaxTokens account for about 0.4% of total allocations in the RoslynCodeAnalysisService process in the Cohosting speedometer test.
Allocations of SyntaxTokens decreased over 90% with this change.
See PR for more details of the before/after numbers.
0 commit comments