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

C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1))

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • hotspot

      A similar transformation from:

      (LShiftX (AddX a con0) con1)

      to:

      (AddX (LShiftX a con1) con0<<con1)

      exists already. And I noticed the transformation with SubX that I propose helps long RCE.

            roland Roland Westrelin
            roland Roland Westrelin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: