This is the mail archive of the gcc-patches@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: Unit at time compilation mode II


Mike Stump <mstump@apple.com> writes:

> On Tuesday, February 11, 2003, at 02:17 AM, Zack Weinberg wrote:
>> (That would entail that unit-at-a-time compilation was mandatory,
>> which I think should be just fine particularly if we can knock down
>> the size of DECL nodes a bit.)
>
> I hope this doesn't have a negative compilation speed impact on a
> small (128M) machine on real code, either by itself, or in conjunction
> with pch.

Clearly performance benchmarking needs to be considered with this
change, but I expect it not to be a problem.  (Or more accurately,
I expect that it may exacerbate problems with already-bloated data
structures, but I'm about to go on a data structure shrinking spree,
so by the time it comes up I sincerely hope it won't be a problem
anymore.)

zw


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