KEMBAR78
Devirtualize more methods deemed final by whole program view by MichalStrehovsky · Pull Request #97867 · dotnet/runtime · GitHub
Skip to content

Conversation

@MichalStrehovsky
Copy link
Member

Treat methods we determined to be final based on whole program view the same as if they were final in IL.

Seeing this causing different (better, by spot-checking) codegen in ~150 methods in Stage1.

Cc @dotnet/ilc-contrib

Treat methods we determined to be `final` based on whole program view the same as if they were `final` in IL.
@ghost
Copy link

ghost commented Feb 2, 2024

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

Treat methods we determined to be final based on whole program view the same as if they were final in IL.

Seeing this causing different (better, by spot-checking) codegen in ~150 methods in Stage1.

Cc @dotnet/ilc-contrib

Author: MichalStrehovsky
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

@ghost ghost assigned MichalStrehovsky Feb 2, 2024
@MichalStrehovsky
Copy link
Member Author

/azp run runtime-nativeaot-outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants