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: [google gcc-4_8] Change size accounting during inlining in lipo mode


Looks good.

thanks,

David

On Thu, Jun 20, 2013 at 10:38 AM, Easwaran Raman <eraman@google.com> wrote:
> In lipo mode, this patch updates the overall unit size only when the
> eventual function to which the callee is inlined is in primary module.
> This is to avoid the situation where the module growth budget is used
> up by inlines into auxiliary module functions that never get inlined
> into some primary module function. Ok for google/gcc-4_8 branch?
>
> Thanks,
> Easwaran


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