Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8253048

AArch64: When CallLeaf, no need to preserve callee-saved registers in caller

XMLWordPrintable

    • b18
    • aarch64

        Currently all Floating-Point and SIMD Registers are defined as SOC registers in c calling convention on AArch64.
        As AArch64 ABI tells, the bottom 64 bits of v8-v15 are callee-saved.
        Aligns save-policy in c calling convention with AArch64 ABI could help eliminate unnecessary SOE registers spilling in caller across CallLeafNode.

              jzhu Joshua Zhu
              jzhu Joshua Zhu
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: