This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Renumber dump files, do not overwrite pass properties, cater for >100 tree dumps



I'll have to think back. In principle, I can't think of any good reason
why some of these couldn't use the standard dump file registration
mechanism. Ideally, this whole array should be allocated dynamically. If that isn't possible right now, I think we could add a FIXME comment. I don't think your patch should be blocked because of this.


Phew ;-)

The .vcg pass should disappear. I would rather have it converted to a
TODO or a TDF so it can be invoked at any time.


Sure. We already have VCG output for RTL and we could recycle TDF_GRAPH. And .inlined is already dead, as Andrew Pinski pointed out on IRC.

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]