Skip to content

Commit d0445c0

Browse files
jonathanpeppersrmarinho
authored andcommitted
[android] update AOT profile for .NET 10 RC 1
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.
1 parent a2345e9 commit d0445c0

File tree

6 files changed

+1181
-820
lines changed

6 files changed

+1181
-820
lines changed
37.3 KB
Binary file not shown.

src/Controls/src/Build.Tasks/nuget/buildTransitive/netstandard2.0/maui-blazor.aotprofile.txt

Lines changed: 621 additions & 191 deletions
Large diffs are not rendered by default.
-3.75 KB
Binary file not shown.

src/Controls/src/Build.Tasks/nuget/buildTransitive/netstandard2.0/maui-sc.aotprofile.txt

Lines changed: 284 additions & 330 deletions
Large diffs are not rendered by default.
-2.18 KB
Binary file not shown.

src/Controls/src/Build.Tasks/nuget/buildTransitive/netstandard2.0/maui.aotprofile.txt

Lines changed: 276 additions & 299 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)