Add initial doc for future R2R platform-native image (Mach-O, composite only)#120584
Merged
elinor-fung merged 3 commits intodotnet:mainfrom Oct 31, 2025
Merged
Add initial doc for future R2R platform-native image (Mach-O, composite only)#120584elinor-fung merged 3 commits intodotnet:mainfrom
elinor-fung merged 3 commits intodotnet:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds initial documentation for planned ReadyToRun platform-native image support in .NET 11, specifically for Mach-O format on macOS. The documentation outlines the high-level design for supporting composite ReadyToRun images using platform-native formats instead of the current PE format used across all platforms.
Key changes:
- Creates a new design document detailing the plan for Mach-O support in composite ReadyToRun scenarios
- Updates existing ReadyToRun documentation to reference the new platform-native envelope support
- Introduces new crossgen2 flags and runtime callback mechanisms for handling platform-native R2R images
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/design/coreclr/botr/readytorun-platform-native-envelope.md | New design document outlining the plan for platform-native R2R support with Mach-O format |
| docs/design/coreclr/botr/readytorun-overview.md | Updates overview to reference future platform-native envelope support and current state |
| docs/design/coreclr/botr/readytorun-format.md | Updates format documentation to link to the new platform-native envelope design |
docs/design/coreclr/botr/readytorun-platform-native-envelope.md
Outdated
Show resolved
Hide resolved
Contributor
|
Tagging subscribers to this area: @dotnet/area-meta |
Co-authored-by: Copilot <[email protected]>
docs/design/coreclr/botr/readytorun-platform-native-envelope.md
Outdated
Show resolved
Hide resolved
kotlarmilos
reviewed
Oct 16, 2025
kotlarmilos
reviewed
Oct 16, 2025
jkoritzinsky
added a commit
to jkoritzinsky/runtime
that referenced
this pull request
Oct 29, 2025
jkoritzinsky
added a commit
to jkoritzinsky/runtime
that referenced
this pull request
Oct 30, 2025
jkoritzinsky
approved these changes
Oct 31, 2025
Member
Author
|
/ba-g markdown only |
17 tasks
This was referenced Nov 1, 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.
Create a doc with a tentative plan for the platform-native R2R support we are intending to add (Mach-O, composite only). We can update this as we go.