Closed EgorBo closed 1 year ago
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.
Author: | EgorBo |
---|---|
Assignees: | - |
Labels: | `area-CodeGen-coreclr` |
Milestone: | - |
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas See info in area-owners.md if you want to be subscribed.
Author: | EgorBo |
---|---|
Assignees: | - |
Labels: | `untriaged`, `area-NativeAOT-coreclr` |
Milestone: | - |
Currently,
getExactClasses
gives up if the base type is not an interface so if we have something like this it won't be optimized:Current codegen of
Test
on NativeAOT:Expected codegen:
Presumably, this needs no changes on the jit side, only that
getExactClasses
should be improved on the NAOT side.cc @dotnet/ilc-contrib