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: Question on function-at-a-time and GC


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~


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