JIT: Unnecessarily large copies to resolve parameter/argument conflicts for tailcalls #105552
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
See the example code in #105551. We are introducing a full struct copy because the control expression accesses a parameter that will be overriden by placing a previous arg. However, we only need a single pointer sized copy to resolve the conflict.
The text was updated successfully, but these errors were encountered: