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

IGV: Add new graph dumps for post loop, empty loop removal, and one iteration removal

XMLWordPrintable

      It would be nice to have the following additional BEFORE/AFTER dumps:
      - Creating a post loop (insert_post_loop()): We create a post loop when adding pre/main/post loops and when addition a vector post loop. In the former case, having an "after post loop" dump gives us the state of the graph between the post loop (created first) and the pre loop creation. The "after pre/main/post" dump will cover the "after pre loop" state. Thus, we do not need a separate BEFORE/AFTER dump for the pre loop.
      - Removing an empty loop (do_remove_empty_loop())
      - Removing a one iteration loop (do_one_iteration_loop())

            Unassigned Unassigned
            chagedorn Christian Hagedorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: