Skip to content

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