Generalize long range check transformation

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 19
    • Affects Version/s: 18
    • Component/s: hotspot
    • b13

      A long range check is only transformed into an int range check subject to range check elimination if:

      - the counted loop goes upward
      - the scale factor for the element being accessed is positive

      All combination of:
      (upward loop, downward loop) x (positive scale, negative scale)
      should be supported.

            Assignee:
            Roland Westrelin
            Reporter:
            Roland Westrelin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: