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: [PATCH 2/2] -fwhopr=jobserver


>
>> Can't we get this detected by default? (I.e. it would be nice if
>> this was transparent and GCC just chose proper parallelizm when jobserver
>> is around)
>
> I was considering parsing the make --version output to detect GNU make,  
> but it seemed
> a bit dodgy. If people think that's a good idea I can update the patch.
Hmm, it is somewhat ugly :(
My secret plan is to get rid of -fwhopr option for 4.6 and make -flto default
to hopefully most sane setting - that IMO should be WHOPR doing parallel make
from Make's default with sane partitioning decisions (to reduce time and space
needed to stream out partitions).

So for this reason it would be really nice to have things as transparent
as possible.  I guess GNU Make is not nice enough to drop us some environment
variable or something? :(

Honza
>
> -Andi


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