Shopify / seafoam

A tool for working with compiler graphs dumped by the GraalVM compiler
MIT License
126 stars 22 forks source link

Hide pi nodes by default #39

Closed chrisseaton closed 3 years ago

chrisseaton commented 3 years ago

Pi nodes are nodes that add type information. They're useful for optimisation, but not for day-to-day understanding of graphs. They also tend to add choke-points for the layout of graphs.

For example look at the == node here.

Before:

before

After:

after