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

RISC-V: C2: Small improvement for real runtime callouts

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 24
    • hotspot
    • b23
    • riscv
    • linux

      Currently, we do 11 instructions for real C2 runtime callouts (See riscv_enc_java_to_runtime). Seems we can materialize the pointer faster with `movptr2`, which will reduce 2 instructions. But we will need to reorder the calling sequence to make `t0` available for `movptr2`.

            fyang Fei Yang
            fyang Fei Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: