Delegates are not being inlined #56708
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
tenet-performance
Performance related issue
Description
Repro:
JIT dump for
M
(Tier1):If I have
AggressiveInlining
onF
:Also, I tried creating the delegate without using lambdas:
It gives codegen:
Expected codegen:
Configuration
.NET: 6.0.100-rc.1.21379.19
The text was updated successfully, but these errors were encountered: