-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Milestone
Description
Over the past few releases, we've made some incremental improvements to VS tooling. The biggest of them was rewriting how symbols are found for Find All References and Rename.
The following specific issues were all resolved and carried over from #6866
- Optimized find all references and reduced memory usage in VS #8339 - Optimized find all refs and reduced memory usage in VS
- Using ArrayPool for AssocTable #8234 - Using ArrayPool for AssocTable
- TcSymbolUses - significant memory consumption and allocations #8021 - TcSymbolUses - significant memory consumption and allocations
- [WIP] Added cache invalidation policy when a solution changes #6791 - Add cache invalidation policy when a solution changes
Some of the perf adjustments did not have a specific issue associated with them.
abelbraaksma