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] Simplify/improve fold_Nary_to_constant


Hi Jeff and Roger,

> I know we made a lot of changes to CCP a while back, which may (or may
> not) reduce the number of folding attempts we make.  It would probably
> be worth doing some simple timing tests before/after your changes to
> see if it has any compile time impact.  

Speaking of CCP, it may be interesting to try this patch on
tree-cleanup-branch, which Diego is going to merge into mainline soon.
There we run CCP three times during compilation of one function.

Kazu Hirata


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