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

C2: Add graph dumps before and after loop opts phase

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • 25
    • hotspot
    • master

      Most major compiler phases like parsing and matching print a "BEFORE_MAJOR_PHASE" and "AFTER_MAJOR_PHASE". Loop optimizations --- also a major phase, I would argue --- do not. Printing "BEFORE_LOOP_OPTS" and "AFTER_LOOP_OPTS" would be useful for inspecting the ideal graph in the IGV and matching the ideal graph in the IR-framework.

            mhassig Manuel Hassig
            mhassig Manuel Hassig
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: