-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[android] update AOT profile for .NET 9 Preview 7 #23927
Conversation
Context: https://github.com/jonathanpeppers/Mono.Profiler.Android/releases/tag/9.0.0-preview.1 I had to build dotnet/runtime from source and update the `Mono.AotProfiler.Android` NuGet package for this to work again.
Is it faster? do we want for the other preview7 pr to merge and run this again ? |
/backport to release/9.0.1xx-preview7 |
Started backporting to release/9.0.1xx-preview7: https://github.com/dotnet/maui/actions/runs/10178254497 |
I recorded this profile on a branch using So, it should be near the "final" Preview 7 build.
I ran out of time yesterday, will check it today. |
I think it is quite a bit better,
I think the .NET 9 profile was last updated like Preview 4 or something. |
@kg put in a lot of work to try to improve wasm startup it is possible some of the improvement is from that cc @steveisok |
@lewing it's on my list to compare .NET 8 vs .NET 9, so I don't know the results from that yet. |
Context: https://github.com/jonathanpeppers/Mono.Profiler.Android/releases/tag/9.0.0-preview.1
I had to build dotnet/runtime from source and update the
Mono.AotProfiler.Android
NuGet package for this to work again.