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: distributed compilation with gcc: distcc


On Mon, 2002-07-22 at 16:34, Aldy Hernandez wrote:

> What ends up happening is that a "make -jxx", will cause the first
> stage to be built distributed, and the rest of the build (since it's
> using the new compiler and distcc knows nothing about it) will end up
> thrashing on the parent build host.
> 

When distributing the build, it would also be interesting if the partial
builds can be done on local filesystems.  Even if you distribute the
build itself, hammering on a shared fileserver will slow you down
significantly.

Of course, I have not thought about this in detail.  I'm not even sure
if it's realistic to think about building stages 1-3 in separate file
systems.

Another thing to think about: do you need the build machines to have the
exact same set of include and library files?


Diego.


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