This is the mail archive of the gcc@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] | |
For example, I looked at how for_each_rtx, worst offender in terms of time spent in flat profile, is called so many times. It was not so evident how possibly to reduce the calls.
which causes expr_equiv_p to be able changed into a loop for that case. This patch has also been applied (for me) to for_each_rtx.
Thanks, Andrew Pinski
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |