Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8329030 Intel Advanced Performance Extension support
  3. JDK-8362903

Optimize consecutive push/pop instruction sequences using APX push2/pop2

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • hotspot

      Intel Advanced Performance Extensions (APX) introduce new instructions, including PUSH2 and POP2, which allow for the simultaneous transfer of two register values to and from memory in a single instruction. This is an optimization aimed at improving performance, particularly in scenarios like function prologues and epilogues, by reducing the number of individual push and pop operations.

      The PUSH2/POP2 instructions in APX require the stack to be aligned to a 16-byte boundary.

            sparasa Srinivas Parasa
            sparasa Srinivas Parasa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: