This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Yet another tree dumper
- From: Jason Merrill <jason at redhat dot com>
- To: Dale Johannesen <dalej at apple dot com>
- Cc: Devang Patel <dpatel at apple dot com>, gcc-patches at gcc dot gnu dot org, Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: Fri, 10 Oct 2003 14:17:29 -0400
- Subject: Re: [PATCH] Yet another tree dumper
- References: <D5E4121A-FB40-11D7-B0DC-000393D76DAA@apple.com>
On Fri, 10 Oct 2003 09:43:11 -0700, Dale Johannesen <dalej@apple.com> wrote:
> On Thursday, October 9, 2003, at 07:57 PM, Jason Merrill wrote:
>> This doesn't seem like a significant enough improvement to justify
>> duplicating so much code.
>
> As an experienced user of both dumpers, I find the second one is FAR
> superior.
Why? The example Devang gave looks just as messy as the current dumper,
and doesn't have the <> brackets to mark boundaries.
Also, have you tried the pretty-printer on the tree-ssa branch? Gaby, is
it working on the trunk yet?
Jason