This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: treelang fix for rs6000 / treelang not proper front end
On Tue, 2003-06-10 at 06:46, Gerald Pfeifer wrote:
> Which release?
>
3.5
> Last time I tested, tree-ssa slowed down our already slow compiler quite
> a bit, so I cannot imagine tree-ssa being part of a release in the near
> future, as much as I like that approach and project. :-(
>
Well, of course tree-ssa is slower. We have added a new stage in the
compile pipeline without taking anything out. After we are done taking
things out and truly optimizing what we've added, we will get a faster
compiler.
Trust me :)
Diego.