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] [C++] speedup cp_tree_chain_matters_p


Andrew Pinski <pinskia@physics.uc.edu> writes:

> This patch speeds up cp_tree_chain_matters_p by allowing the last call
> be sibcalled.
>
> Bootstrapped and tested on powerpc-apple-darwin with no regressions.
>
> OK?

No.  Find out why sibcall optimization doesn't trigger for the
original code and fix that instead.

zw


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