ARM64: Investigate why more stack space is allocated than needed and why they are not aligned #37429
Labels
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
tenet-performance
Performance related issue
Milestone
This was brought to the attention by @TamarChristinaArm in #37139 (comment). For a method that takes 2
Vector64<>
parameters, there are couple of problems:stp
instead.Here is the sample code:
Here is the assembly code for reference: Create_after.txt
The text was updated successfully, but these errors were encountered: