DragonFly BSD
DragonFly kernel List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: warning about 'large-function-growth limit reached'


From: joerg@xxxxxxxxxxxxxxxxx
Date: Thu, 15 Jun 2006 13:48:01 +0200
Mail-followup-to: kernel@crater.dragonflybsd.org

On Wed, Jun 14, 2006 at 12:28:38PM -0700, Chuck Tuffli wrote:
> These warnings appear in the build of the 1.4.x branch. I'm guessing
> they aren't serious problems, but was currious what they are really
> trying to say. The gcc doc only says 'Specifies maximal growth of
> large function caused by inlining in percents'. Does this mean that
> the inlined function exceeds some specified line count?

Not line count but some arbitrary complexity measurement. Think of nodes
in the AST. Some code parts want to inline functions with several pages
of source...

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]