JIT unnecessary stack load/stores for tail jump with stack args involved #105031
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
#104731 (comment)
Good case:
Not good case:
The codegen is fine when all arguments are passed in register. Struct args can make things worse.
The text was updated successfully, but these errors were encountered: