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: [tree-ssa] do not produce useless copies


> Jan Hubicka wrote:
> 
> > It makes considerable difference on -O3 compilation (20% on Gerald's
> > testcase).
> 
> would this patch work for mainline, too? We still have performance
> problems to solve there.
No,
we do not make copy of the trees there as we do not optimize them.  This
is tree-ssa only problem.

Honza
> 
> Richard.


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