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: GCC 3.3, GCC 3.4


> It's not the case that there's one number for this parameter that is
> great for everyone.  The current number is acceptable on small-memory
> machines but not optimal for larger machines.  A larger number would
> be better for larger machines, but would cause small-memory machines
> to be unusable.

Can you define "large" and "small" here?  I have a 32M machine which I use 
for building native ARM compilers, and I wouldn't consider that to be 
especially small, but these days the machine can't even bootstrap with -j1 
without thrashing the disk -- it used to be possible to bootstrap with -j2 
and have virtually no paging at all.  Bootstrap times have crept up over 
the last couple of years or so from about 3 hours to 9+ now; and I haven't 
even attempted to build java yet on that machine :-(

And this is called progress.

R.


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