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]

Re: [C++ PATCH] Serious time and code quality regression withinlining on trees



Good find.

If I understand correctly, this case occurs because of our destructive
modification of functions.  When we output a function, we actually
transform it to contain the inlining of the functions it calls, and
then we forget about the inlining we've already done...

I think your solution is fine.  Go ahead and check it in, on both the
mainline and the branch, please.

Thank you,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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