Re: [google gcc-4_8] Change size accounting during inlining in lipo mode

2013-06-20 Thread Xinliang David Li
Looks good. thanks, David On Thu, Jun 20, 2013 at 10:38 AM, Easwaran Raman 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 us

[google gcc-4_8] Change size accounting during inlining in lipo mode

2013-06-20 Thread Easwaran Raman
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 mo