-
Notifications
You must be signed in to change notification settings - Fork 577
[TrimmableTypeMap] Add AOT-safe array and collection factories using MakeArrayType and MakeGenericType #12030
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
Merged
simonrozsival
merged 24 commits into
main
from
dev/simonrozsival/android-trimmable-revisit-arrays-generic-collections
Jul 15, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ca78fa2
[TrimmableTypeMap] Add AOT-safe array and collection factories
simonrozsival db04690
[TrimmableTypeMap] Address safe collection factory review
simonrozsival 9e0ce62
[TrimmableTypeMap] Document NativeAOT factory assumptions
simonrozsival 0c62664
[TrimmableTypeMap] Share primitive value type factories
simonrozsival 53d50fb
[TrimmableTypeMap] Clarify array factory AOT justification
simonrozsival b959f4a
[TrimmableTypeMap] Fix NativeAOT warning leak and update apk size bas…
simonrozsival 1143044
[TrimmableTypeMap] Address review: file-scoped namespaces, drop unuse…
simonrozsival d41d005
[TrimmableTypeMap] Fix nullable warnings in SafeJavaCollectionFactory
simonrozsival 187d9fa
[TrimmableTypeMap] Address review: value/value dict test, drop unused…
simonrozsival c0ca782
Merge origin/main into android-trimmable-revisit-arrays-generic-colle…
simonrozsival f663705
Merge remote-tracking branch 'origin/main' into dev/simonrozsival/and…
simonrozsival cb99cd2
[TrimmableTypeMap] Address review: nameof and redundant MakeGenericType
simonrozsival e01bc8c
[TrimmableTypeMap] Fix NativeAOT array-types fallback to return full set
simonrozsival 6eabdc9
[TrimmableTypeMap] Restore byte collection support on trimmable path
simonrozsival 2a9cba7
[TrimmableTypeMap] Address collection factory review
simonrozsival 0ce5dd1
[TrimmableTypeMap] Strengthen factory regression coverage
simonrozsival da5f681
Merge origin/main into trimmable type map work
simonrozsival 949eef2
[TrimmableTypeMap] Complete runtime array proxy replacement
simonrozsival 8d6578f
[TrimmableTypeMap] Update CoreCLR APK size baseline
simonrozsival 409b05b
[TrimmableTypeMap] Fix byte collection test build
simonrozsival 1fc0450
[tests] Scope trimmable factory coverage
simonrozsival f87ade5
[tests] Restore JavaConvert factory coverage
simonrozsival 68d2e67
Merge branch 'main' into dev/simonrozsival/android-trimmable-revisit-…
simonrozsival 5755d6c
[TrimmableTypeMap] Update CoreCLR arm64 APK size baseline
simonrozsival File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.