- Notifications
You must be signed in to change notification settings - Fork5.1k
Devirtualize more methods deemed final by whole program view#97867
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Treat methods we determined to be `final` based on whole program view the same as if they were `final` in IL.
ghost commentedFeb 2, 2024
Tagging subscribers to this area:@agocke,@MichalStrehovsky,@jkotas Issue DetailsTreat methods we determined to be Seeing this causing different (better, by spot-checking) codegen in ~150 methods in Stage1. Cc @dotnet/ilc-contrib
|
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks
Treat methods we determined to be
final
based on whole program view the same as if they werefinal
in IL.Seeing this causing different (better, by spot-checking) codegen in ~150 methods in Stage1.
Cc @dotnet/ilc-contrib