Question on function-at-a-time and GC

Richard Henderson rth@redhat.com
Tue Apr 13 22:20:00 GMT 2004


On Mon, Apr 12, 2004 at 04:38:21PM -0400, Richard Kenner wrote:
>     Wouldn't you want to do unit-at-a-time anyway, for optimisation?
> 
> Perhaps, but I'd want the choice of not doing so, if easy.

No, you don't have that choice.  All file-scope objects should
be passed off to cgraph, and cgraph will make the choice of
when (or if) the object will be emitted to the object file.


r~



More information about the Gcc mailing list