Skip to content
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

[Default interfaces] Support for default interface method devirtualization #9588

Open
MichalStrehovsky opened this issue Jan 23, 2018 · 0 comments
Labels
Milestone

Comments

@MichalStrehovsky
Copy link
Member

Interface methods on generic types require an instantiating stub which the current devirtualization code doesn't provide.

This is just a perf issue, not a correctness issue.

MichalStrehovsky referenced this issue in MichalStrehovsky/coreclr Jan 23, 2018
The result of the devirtualization for a method on a generic type should be an instantiating stub, but this doesn't seem to work right.

Fixing that is a perf issue (that can be triaged/punted - #15977). This commit is a correctness fix to avoid bad codegen for that case.

Resolves #15591.
jkotas referenced this issue in dotnet/coreclr Jan 24, 2018
The result of the devirtualization for a method on a generic type should be an instantiating stub, but this doesn't seem to work right.

Fixing that is a perf issue (that can be triaged/punted - #15977). This commit is a correctness fix to avoid bad codegen for that case.

Resolves #15591.
@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@mangod9 mangod9 modified the milestones: Future, 6.0.0 Sep 17, 2020
@mangod9 mangod9 modified the milestones: 6.0.0, 7.0.0 Jul 9, 2021
@mangod9 mangod9 modified the milestones: 7.0.0, Future Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants