davidmalcolm / gcc-python-plugin

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

"*" on pass names should maybe be ignored #47

Open davidmalcolm opened 7 years ago

davidmalcolm commented 7 years ago

In GCC, a "" at the beginning of a pass name means that the pass manager should not create a dump file for that pass. I think it might be better to ignore the "" when looking up passes in register_after and the like -- a "*" may be added or removed, but the pass would remain the same.

davidmalcolm commented 7 years ago

Imported from trac issue 7. Created by tromey on 2011-10-31T09:28:42, last modified: 2011-10-31T09:28:42