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]

Re: Inline limits


On Thu, Feb 5, 2009 at 3:04 PM, Paul Brook <paul@codesourcery.com> wrote:
>> Hmm, we should be able to model this counting the number of edges
>> bypassing the call, right?
>
> Something like that, yes.
>
> Ideally you'd want to factor in the size of the function, and the current
> length of those edges, at which point you've probably got sufficient
> information to make bb-reorder fix the problem once and for all ;-)

I haven't read the thread in full, so maybe someone already mentioned
it...  You do know bb-reorder is completely disabled for -Os, right?

Gr.
Steven


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