Skip to content

Enable parallelism for VS find-all-refs#12107

Merged
TIHan merged 1 commit into
dotnet:mainfrom
TIHan:vs-parallel-find-all-refs
Sep 6, 2021
Merged

Enable parallelism for VS find-all-refs#12107
TIHan merged 1 commit into
dotnet:mainfrom
TIHan:vs-parallel-find-all-refs

Conversation

@TIHan

@TIHan TIHan commented Sep 3, 2021

Copy link
Copy Markdown
Contributor

Our find-all-refs feature in VS was sequential largely due to large number of allocations happening all at once; we were 32-bit then and could not risk trying to do this in parallel without OOMing.

With 64-bit VS, we can enable this now.

@dsyme

dsyme commented Sep 6, 2021

Copy link
Copy Markdown
Contributor

Well that's cool. Love how simple this change is.

@TIHan TIHan merged commit a836fb7 into dotnet:main Sep 6, 2021
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
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.

3 participants