Consider unrolling selected hashCode loops

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: hotspot
    • generic
    • generic

      Richard Startin points out that C2 (still) can't vectorize simple hashCode loops:

        https://richardstartin.com/2017/07/23/still-true-in-java-9-handwritten-hash-codes-are-faster/

      We should investigate whether it's worth unrolling selected hashCode methods in, e.g., java.lang.String and java.util.Arrays, by hand.

            Assignee:
            Unassigned
            Reporter:
            Mark Reinhold
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: