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: Advice requested: how big can we be?


> It's all reasonably necessary.  We compile a ton of source files in
> one go, which means that we only open each one once.  However, this
> does of course mean that we keep a lot of trees in memory.  We might
> be able to prune these trees, but it would not make a vast difference.

Heck, no wonder it's so big.

Can't you provide an option to just build a file at a time?

Gr.
Steven



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