-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Preserve IL for CoreCLR interpreter fallback on Apple mobile #130622
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
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
eacd9d2
Initial plan
Copilot f5f5cce
Preserve IL for CoreCLR interpreter fallback
Copilot 7462331
Complete IL stripping validation
Copilot bbff0da
Fix fixed ISA handling for stripped R2R images
kotlarmilos 7276e8a
Merge main into IL stripping fixes
kotlarmilos 6f8d7a0
Potential fix for pull request finding
kotlarmilos 12d0b93
Potential fix for pull request finding
kotlarmilos 3b82391
Address fixed instruction set review feedback
kotlarmilos a4ce2cf
Keep fixed ISA handling in crossgen2
kotlarmilos 7729441
Restore existing CorInfo formatting
kotlarmilos ab2af53
Remove unrelated formatting changes
kotlarmilos 027c501
Dedup fixed-instruction-set target check and relocate crossgen2 ISA h…
kotlarmilos c099887
Drop doc comment on IsFixedInstructionSetTarget for parity with surro…
kotlarmilos 8b8c810
Drop comment on GetFixedInstructionSetSupport for parity with surroun…
kotlarmilos 3309739
Merge branch 'main' into copilot/clr-ios-track-il-stripping-issues
kotlarmilos 7d4fd8b
Refactor crossgen2 fixed-instruction-set handling per review feedback
kotlarmilos 5c33a99
Fix Apple mobile ReadyToRun startup crash from baseline instruction-s…
kotlarmilos 4537bbc
Drop explanatory comment on baseline signature unsupported-entry guard
kotlarmilos 9c231ea
Move GetTargetAllowsRuntimeCodeGeneration into crossgen2 Program.cs
kotlarmilos c86b9e1
Merge branch 'main' into copilot/clr-ios-track-il-stripping-issues
kotlarmilos fae3aeb
Remove host-specific FEATURE_DYNAMIC_CODE_COMPILED gating from crossgen2
kotlarmilos 7e1cc8d
Remove dead FEATURE_DYNAMIC_CODE_COMPILED define from ILCompiler.Read…
kotlarmilos 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
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
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
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.