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

[profiled-aot] update dotnet.aotprofile for .NET 8 #7908

Merged
merged 1 commit into from
Mar 22, 2023

Commits on Mar 21, 2023

  1. [profiled-aot] update dotnet.aotprofile for .NET 8

    We've not done this yet in .NET 8, and we've noticed some potential
    regressions in startup time.
    
    A `dotnet new android` app, an average of 10 runs on a Pixel 5:
    
        Before:
        Average(ms): 192.3
        Std Err(ms): 2.00582485111072
        Std Dev(ms): 6.34297511687799
        After:
        Average(ms): 161.4
        Std Err(ms): 2.21208800307161
        Std Dev(ms): 6.99523647443983
    
    Saves ~30ms in startup by just updating the profile.
    jonathanpeppers committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c286f70 View commit details
    Browse the repository at this point in the history