[android] update AOT profile for .NET 10 RC 1#31187
Merged
Conversation
Member
|
I just merged RC1 changes for sdk and runtime , should we rebase and recreate ? |
Member
|
/rebase |
I tested this with a "franken-build", using `System.Private.CoreLib.dll` from this PR: * dotnet/runtime#118761 With the `Type.GetType()` revert in place for Mono, I'm getting good startup on an Android Pixel 5 (old) device with the `dotnet new maui` project template: Comparing the updated AOT profile: Before: Average(ms): 624.9 Std Err(ms): 3.77844765302719 Std Dev(ms): 11.9485006032835 After: Average(ms): 582.1 Std Err(ms): 2.92289810519172 Std Dev(ms): 9.24301538099625 Some of my past numbers were on a Pixel 7, so these are good numbers for an even older device. We may want to run this again with newer (less-franken) builds, but this is worth merging for now.
d6b0094 to
d0445c0
Compare
Member
Author
No, we should take this for now and do a future one. The future one might be RC 2. |
rmarinho
approved these changes
Aug 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I tested this with a "franken-build", using
System.Private.CoreLib.dllfrom this PR:With the
Type.GetType()revert in place for Mono, I'm getting good startup on an Android Pixel 5 (old) device with thedotnet new mauiproject template:Comparing the updated AOT profile:
Some of my past numbers were on a Pixel 7, so these are good numbers for an even older device.
We may want to run this again with newer (less-franken!) builds, but this is worth merging for now.