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

[PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays

    XMLWordPrintable

Details

    • b05
    • ppc

    Backports

      Description

        Power8 introduced vector instructions which can be used for fast CRC calculations (CRC32 and CRC32C). The JVM already uses them for large arrays when called from compiled code.
        Usage of the fast vector implementation is currently missing in the interpreter code. It is also not used for short arrays (unaligned 512 byte arrays or shorter arrays).

        Attachments

          Issue Links

            Activity

              People

                mdoerr Martin Doerr
                mdoerr Martin Doerr
                Votes:
                1 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: