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

Generalize implementation of AndNode mul_ring

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 24
    • hotspot
    • b15

      Currently, AndNodes only calculate a resulting type if one of the inputs is a positive constant C, returning the type [0, C]. Otherwise, it just returns the integer bottom type. However, this can be generalized to any type [L, C], where the lower bound L matches 0 <= L <= C. Since this is a very common pattern, it'll let us propagate more precise types through the ideal graph.

            jkarthikeyan Jasmine Karthikeyan
            jkarthikeyan Jasmine Karthikeyan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: