This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -funit-at-a-time x nested fns x inlining of enclosing fn
On Sat, 10 Jul 2004 12:23:33 +0200, Jan Hubicka <jh@suse.cz> wrote:
> One place where parent-child relationship is needed are the nested
> functions of extern inline functions.
> Tought these are static we must not emit these unless we inlined the
> origin unlike normal static functions in non-unit-at-a-time mode.
Hmm? It seems to me that we need a copy iff we emit a call to the
function. How is this different from other statics?
Jason