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

What is optimized through dotnet store? Are assemblies pre-jitted? #10247

Closed
mabead opened this issue Apr 30, 2019 · 1 comment
Closed

What is optimized through dotnet store? Are assemblies pre-jitted? #10247

mabead opened this issue Apr 30, 2019 · 1 comment
Milestone

Comments

@mabead
Copy link

mabead commented Apr 30, 2019

When we read the documentation of the dotnet store command, we can read that:

By default, assemblies are optimized for the target runtime and framework. For more information, see the runtime package store topic.

Unfortunately, the "runtime package store topic" does not provide more details on the optimizations that take place.

My question is: what are the optimizations that take place? In particular, are the assemblies pre-jitted for the target environment?

@livarcocc
Copy link
Contributor

They are crossgenned. That's the extent of the optimizations we do as part of dotnet store.

@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@msftgits msftgits added this to the Discussion milestone Jan 31, 2020
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

No branches or pull requests

3 participants