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

fsc on .NET 6/7 is spawning dotnet process #13960

Closed
dsyme opened this issue Sep 22, 2022 · 1 comment · Fixed by #13969
Closed

fsc on .NET 6/7 is spawning dotnet process #13960

dsyme opened this issue Sep 22, 2022 · 1 comment · Fixed by #13969
Assignees
Labels
Area-Compiler Compiler-related issues which don't belong to other categories Bug release/17.5 Theme-Performance
Milestone

Comments

@dsyme
Copy link
Contributor

dsyme commented Sep 22, 2022

We noticed that every invocation of fsc on .NET 6/7 is causing a spawn of dotnet to find the installed .NET SDKs, in order to determine which assembly references are "system" assemblies.

One attempt to fix that is here #13863

We should also prioritise a simpler fix as this is causing unnecessary loss of compiler perf.

@dsyme dsyme added Bug Theme-Performance Area-Compiler Compiler-related issues which don't belong to other categories labels Sep 22, 2022
@dsyme
Copy link
Contributor Author

dsyme commented Sep 22, 2022

@vzarytovskii I'll propose a simpler fix for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compiler Compiler-related issues which don't belong to other categories Bug release/17.5 Theme-Performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants