Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.5k
Star
18.2k
Code
Issues
5k+
Pull requests
546
Discussions
Actions
Projects
Security and quality
67
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Preserve IL for CoreCLR interpreter fallback on Apple mobile
- #130622
#130622
Merged
kotlarmilos
merged 22 commits into
main
dotnet/runtime:main
from
copilot/clr-ios-track-il-stripping-issues
dotnet/runtime:copilot/clr-ios-track-il-stripping-issues
Copy head branch name to clipboard
Jul 28, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Preserve IL for CoreCLR interpreter fallback on Apple mobile
#130622
kotlarmilos
merged 22 commits into
main
dotnet/runtime:main
from
copilot/clr-ios-track-il-stripping-issues
dotnet/runtime:copilot/clr-ios-track-il-stripping-issues
Copy head branch name to clipboard
Commits
Commits on Jul 13, 2026
Initial plan
Copilot
authored
eacd9d2
View commit details
Copy full SHA for eacd9d2
Browse repository at this point
Preserve IL for CoreCLR interpreter fallback
Show description for f5f5cce
Copilot
and
kotlarmilos
authored
f5f5cce
View commit details
Copy full SHA for f5f5cce
Browse repository at this point
Complete IL stripping validation
Show description for 7462331
Copilot
and
kotlarmilos
authored
7462331
View commit details
Copy full SHA for 7462331
Browse repository at this point
Commits on Jul 14, 2026
Fix fixed ISA handling for stripped R2R images
Show description for bbff0da
kotlarmilos
committed
bbff0da
View commit details
Copy full SHA for bbff0da
Browse repository at this point
Merge main into IL stripping fixes
Show description for 7276e8a
kotlarmilos
and
Copilot
committed
7276e8a
View commit details
Copy full SHA for 7276e8a
Browse repository at this point
Potential fix for pull request finding
Show description for 6f8d7a0
kotlarmilos
and
Copilot
authored
6f8d7a0
View commit details
Copy full SHA for 6f8d7a0
Browse repository at this point
Potential fix for pull request finding
Show description for 12d0b93
kotlarmilos
and
Copilot
authored
12d0b93
View commit details
Copy full SHA for 12d0b93
Browse repository at this point
Commits on Jul 15, 2026
Address fixed instruction set review feedback
Show description for 3b82391
kotlarmilos
committed
3b82391
View commit details
Copy full SHA for 3b82391
Browse repository at this point
Commits on Jul 16, 2026
Keep fixed ISA handling in crossgen2
Show description for a4ce2cf
kotlarmilos
committed
a4ce2cf
View commit details
Copy full SHA for a4ce2cf
Browse repository at this point
Restore existing CorInfo formatting
Show description for 7729441
kotlarmilos
committed
7729441
View commit details
Copy full SHA for 7729441
Browse repository at this point
Remove unrelated formatting changes
Show description for ab2af53
kotlarmilos
committed
ab2af53
View commit details
Copy full SHA for ab2af53
Browse repository at this point
Commits on Jul 17, 2026
Dedup fixed-instruction-set target check and relocate crossgen2 ISA helper
Show description for 027c501
kotlarmilos
and
Copilot
committed
027c501
View commit details
Copy full SHA for 027c501
Browse repository at this point
Drop doc comment on IsFixedInstructionSetTarget for parity with surrounding members
Show description for c099887
kotlarmilos
and
Copilot
committed
c099887
View commit details
Copy full SHA for c099887
Browse repository at this point
Drop comment on GetFixedInstructionSetSupport for parity with surrounding members
Show description for 8b8c810
kotlarmilos
and
Copilot
committed
8b8c810
View commit details
Copy full SHA for 8b8c810
Browse repository at this point
Merge branch 'main' into copilot/clr-ios-track-il-stripping-issues
Show description for 3309739
kotlarmilos
and
Copilot
committed
3309739
View commit details
Copy full SHA for 3309739
Browse repository at this point
Commits on Jul 20, 2026
Refactor crossgen2 fixed-instruction-set handling per review feedback
Show description for 7d4fd8b
kotlarmilos
and
Copilot
committed
7d4fd8b
View commit details
Copy full SHA for 7d4fd8b
Browse repository at this point
Fix Apple mobile ReadyToRun startup crash from baseline instruction-set eager fixup
Show description for 5c33a99
kotlarmilos
and
Copilot
committed
5c33a99
View commit details
Copy full SHA for 5c33a99
Browse repository at this point
Drop explanatory comment on baseline signature unsupported-entry guard
Show description for 4537bbc
kotlarmilos
and
Copilot
committed
4537bbc
View commit details
Copy full SHA for 4537bbc
Browse repository at this point
Commits on Jul 21, 2026
Move GetTargetAllowsRuntimeCodeGeneration into crossgen2 Program.cs
Show description for 9c231ea
kotlarmilos
and
Copilot
committed
9c231ea
View commit details
Copy full SHA for 9c231ea
Browse repository at this point
Merge branch 'main' into copilot/clr-ios-track-il-stripping-issues
kotlarmilos
authored
c86b9e1
View commit details
Copy full SHA for c86b9e1
Browse repository at this point
Commits on Jul 22, 2026
Remove host-specific FEATURE_DYNAMIC_CODE_COMPILED gating from crossgen2
Show description for fae3aeb
kotlarmilos
and
Copilot
committed
fae3aeb
View commit details
Copy full SHA for fae3aeb
Browse repository at this point
Remove dead FEATURE_DYNAMIC_CODE_COMPILED define from ILCompiler.ReadyToRun
Show description for 7e1cc8d
kotlarmilos
and
Copilot
committed
7e1cc8d
View commit details
Copy full SHA for 7e1cc8d
Browse repository at this point
You can’t perform that action at this time.