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

AArch64: Replace MOVZ+MOVK+MOVK with ADRP+ADD

XMLWordPrintable

    • aarch64
    • generic

      If the relocation or target address is guaranteed to reside within the CodeCache, we can safely replace a `movz + movk + movk` sequence with a more compact and efficient `adrp + add` instruction pair.

            fgao Fei Gao
            fgao Fei Gao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: