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] Yet another tree dumper


Per Bothner <per@bothner.com> writes:

| Gabriel Dos Reis wrote:
| 
| > I'm suggesting that, even for evaluation purpose, the new tree dumper
| > uses parameters to decide which "output format" is desired.  That even
| > makes for an easier evaluation.
| 
| Perhaps using a global?
| 
| int use_new_dumper = 1;
| 
| Easy to change (statically or in gdb); easy for the code to use.

That global is fine with me, as far as codes are not duplicated.
Jason?

-- Gaby


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