This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa status (was: Re: Dropping of old loop optimizer)
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>,"gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 27 Feb 2003 15:44:17 -0500
- Subject: Re: tree-ssa status (was: Re: Dropping of old loop optimizer)
- References: <489BDE84-4A93-11D7-8451-000393575BCC@dberlin.org>
On Thu, 2003-02-27 at 15:37, Daniel Berlin wrote:
> > On Thu, 27 Feb 2003, Steven Bosscher wrote:
> >
> >> There is a difference between things that "work fine" and things that
> >> "are ready".
> >>
> > Yup.
> >
> >> What, for example, is the compile time performance on the branch?
> >> SPEC
> >> results compared to mainline? If I correctly interpret Diego's SPEC
> >> tester results, it does not quite look like it's there yet.
> >>
> > Yes, we are not quite there yet.
> >
> > Since you brought it up, I got curious and gathered a few stats.
> > This is how the branch looks today in terms of compile time
> > compared with mainline:
> >
> > - All times are in seconds.
> > - All the compilers are built with ENABLE_CHECKING.
> > - Bootstrap times are for all default languages (C, C++, Java,
> > Fortran and ObjC).
>
> Is this still without copy propagation, or is that in a tree you used
> here?
>
We still don't have an implementation of copy propagation in the
branch. Copyprop is one of the transformations that needs the real
unSSA conversion.
All the figures I posted are taken with pristine copies of tree-ssa and
mainline as of 2003-02-26.
Diego.