This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Contributing tree-ssa to mainline
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Sat, 17 Jan 2004 12:56:59 -0500
- Subject: Re: [RFC] Contributing tree-ssa to mainline
- Organization: Red Hat Canada
- References: <10401171331.AA17217@vlsi1.ultra.nyu.edu>
On Sat, 2004-01-17 at 08:31, Richard Kenner wrote:
> If we are to wait for all the possible optimizations (vectorization,
> memory hierarchy, loop transformations, etc) to be contributed, we may
> have to wait quite a bit longer than if we included the infrastructure
> in mainline.
>
> My threshold wouldn't be "all possible optimizations", but enough of
> them to show that the new infrastructure not only is going to meet its
> expectations but that it isn't going to need to continue to evolve in
> major ways.
>
Fair enough. You bring up a good point about stability in the
infrastructure. I do not think that we will see any major changes now.
Perhaps transparent changes that largely don't affect major interfaces.
> To me, merely saying that "this is obviously a better approach since
> it's more modern and is what the textbooks show" would be a *disadvantage*
> of the approach. We need to see evidence that this approach really is better.
>
We've shown some in this thread. When the discussion dies down, I will
follow up with a summary so that we can hopefully make a decision at
that point. If there's anything in particular you would be interested
to see, please let me know.
Thanks. Diego.