This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR tree-opt/28937


On Wed, 2006-10-18 at 14:02 +0200, Richard Guenther wrote:
> This causes huge compile-time regressions on tramp3d, boost, botan,
> DLV, FreeFEM and
> Polyhedron (I guess a lot of stuff is affected).  Slowdown is ~5% for
> all these testcases
> and makes us compile slower than 4.1 again.

Yes because cleanup CFG is doing a lot more than just cleanup now so
maybe we need to split cleanup CFG up and make them real passes instead
of a TODO.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]