davidmalcolm / gcc-python-plugin

GCC plugin that embeds CPython inside the compiler
GNU General Public License v3.0
197 stars 58 forks source link

How to generate an updated graph of the order of passes? #126

Open compor opened 5 years ago

compor commented 5 years ago

Is there a way to generate up to date (or with whatever recent GCC tree) table of passes like in this documentation page? Are those scripts available anywhere? How much manual tweaking is involved?

davidmalcolm commented 5 years ago

I generated it using generate-passes-svg.py via make docs/passes.svg, but I haven't tried regenerating it in a while.

compor commented 5 years ago

@davidmalcolm thanks, I'll give it a go with a more recent GCC.