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

Allow R2R for images provided via external_assembly_probe #112934

Merged
merged 3 commits into from
Feb 28, 2025

Conversation

elinor-fung
Copy link
Member

@elinor-fung elinor-fung commented Feb 26, 2025

Allow R2R for images provided via external_assembly_probe This re-uses the existing mechanism from single-file with R2R, where we load the image by copying it. This is obviously inefficient, but allows a first version of functioning R2R.

I tried running the AndroidSampleApp (regular, R2R, and R2R composite) for the startup scenario in dotnet/performance, but the results for each run had so much variation in my setup (Windows, x64 emulator) that I don't think there was anything to take from it.

@Copilot Copilot bot review requested due to automatic review settings February 26, 2025 04:46

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Feb 26, 2025
@elinor-fung elinor-fung added area-AssemblyLoader-coreclr and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Feb 26, 2025
@elinor-fung elinor-fung merged commit 77115c3 into dotnet:main Feb 28, 2025
94 checks passed
@elinor-fung elinor-fung deleted the android-r2r-copyEverything branch February 28, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants