bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: [RFC]serialize the output of parallel make?


From: Chiheng Xu
Subject: Re: Fwd: [RFC]serialize the output of parallel make?
Date: Tue, 3 Aug 2010 16:04:41 +0800

On Tue, Aug 3, 2010 at 2:51 PM, Tim Murphy <address@hidden> wrote:
>
> Since some things happen at the same time there is no single "serial
> order".  The semaphore mechanism, forces one of the possible orders.
>

I'm not familiar with source code of make, but I believe the "serial
order" of shells is determined by the dependence DAG,  it may be
unique for a given dependence DAG.

Shells can be issued and completed at random order(only need
satisfying the dependence relation). But make can print their outputs
strictly in their "serial order".


-- 
Chiheng Xu
Wuhan,China



reply via email to

[Prev in Thread] Current Thread [Next in Thread]