[PATCH] Yet another tree dumper

Per Bothner per@bothner.com
Sat Oct 18 16:59:00 GMT 2003


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.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/




More information about the Gcc-patches mailing list