Skip to content

[CoreCLR] Support for fastdev assemblies #10113

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
merged 24 commits into from
May 20, 2025

Conversation

grendello
Copy link
Contributor

@grendello grendello commented May 6, 2025

Follow up to #10075

@grendello grendello force-pushed the dev/grendel/clr-host-fs-assemblies branch from ec78c1f to 7d6817f Compare May 7, 2025 15:44
@grendello grendello requested a review from Copilot May 7, 2025 16:02
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for fastdev assemblies and streamlines type mapping functionality while improving build target configuration. Key changes include:

  • Introducing fastdev assemblies support with a new module for opening assemblies.
  • Renaming and refactoring type mapping functions to use std::string_view with explicit length parameters.
  • Updating build targets and tests to enable conditional use of the assembly store (CoreCLR and MonoVM).

Reviewed Changes

Copilot reviewed 30 out of 30 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/native/clr/include/constants.hh Added a new constant DIR_SEP for directory separators.
src/native/clr/host/typemap.cc Renamed and refactored type mapping functions and adjusted string conversions.
src/native/clr/host/internal-pinvokes.cc Updated function calls to align with the updated type mapping API.
src/native/clr/host/host.cc Integrated fastdev assemblies support in assembly probing logic.
src/native/clr/host/fastdev-assemblies.cc New module for loading fastdev assemblies from an override directory.
src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets Updated property definitions for assembly store usage.
Various files in Xamarin.Android.Build.Tasks/Utilities Updated type mapping generators and XML adapters with new length/token fields.
Xamarin.Android.Build.Tasks/Tests Updated tests and test case sources to account for CoreCLR and new parameters.

@grendello grendello changed the title [CLR] Support for fastdev assemblies [CoreCLR] Support for fastdev assemblies May 7, 2025
@grendello
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@grendello grendello force-pushed the dev/grendel/clr-host-fs-assemblies branch from 68d229d to 3de6409 Compare May 8, 2025 07:57
@grendello
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@grendello
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@grendello
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@grendello
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@grendello grendello force-pushed the dev/grendel/clr-host-fs-assemblies branch from 06d1bda to 191622f Compare May 8, 2025 14:21
@grendello grendello force-pushed the dev/grendel/clr-host-fs-assemblies branch 5 times, most recently from 3be5157 to 618486e Compare May 16, 2025 09:16
@grendello grendello force-pushed the dev/grendel/clr-host-fs-assemblies branch from 618486e to 5ff2419 Compare May 19, 2025 13:44
@grendello grendello marked this pull request as ready for review May 19, 2025 14:02
@grendello
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@grendello grendello force-pushed the dev/grendel/clr-host-fs-assemblies branch from 5ff2419 to 29bef2d Compare May 20, 2025 06:47
@grendello grendello merged commit 7486928 into main May 20, 2025
59 checks passed
@grendello grendello deleted the dev/grendel/clr-host-fs-assemblies branch May 20, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant