Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable parallelism for VS find-all-refs #12107

Merged
merged 1 commit into from
Sep 6, 2021

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented Sep 3, 2021

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
Copy link
Contributor

dsyme commented Sep 6, 2021

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