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

ClearArrayNode::Ideal forces use of 32-bit stores for zeroing memory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • hotspot
    • None
    • b30
    • sparc
    • solaris_9

        C2 emits unrolled stores for zeroing small constant amounts of memory but it forces the use of 32-bit stores through the use of the StoreI node. This is clearly wrong on 64-bit platforms and less then optimal on v8plus since we could use stx G0 on niagara where instruction count is king.
        ###@###.### 2005-2-24 02:22:23 GMT

              azeemj Azeem Jiva
              never Tom Rodriguez
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: