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

Optimize arrayCopy using AVX-512 masked instructions

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Delivered
    • P3
    • 16
    • 16
    • hotspot

    Description

      - AVX-512 masked move instructions can be used to generate efficient code sequence for tails or small copy sizes.
      - Through partial inlining, we can prevent making a call to stubs thus save on call overhead for small copy sizes.
      - Optimize array copy stubs through aligned loops to prevent cache line split penalty for large copy sizes.

      Attachments

        Activity

          People

            jbhateja Jatin Bhateja
            jbhateja Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: