-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failuresdevexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis serverlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-performanceIssue relates to performance or code sizeIssue relates to performance or code size
Description
We have seen the analysis server consume large memory such that it is rendered unusable.
#52447
#41793
Reducing the number of AnalysisContext's creates and used when analyzing user code will result in improvement of performance and memory usage.
Two arcs of work have been identified as a way to reduce the number of contexts
- support a monorepo workspace, based on changes to pub proposal #4022
- Support multi-option contexts #53876
- move strictCasts bool field out of TypeSystemImpl analyzer: move strictCasts bool field out of TypeSystemImpl #53873
jacob314, Juliotati, halildurmus, albertodev01, Stumblinbear and 1 more
Metadata
Metadata
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failuresdevexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis serverlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-performanceIssue relates to performance or code sizeIssue relates to performance or code size