autoconf
[Top][All Lists]
Advanced

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

Re: Future plans for Autotools


From: Paul Eggert
Subject: Re: Future plans for Autotools
Date: Mon, 25 Jan 2021 14:10:01 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

On 1/25/21 5:37 AM, Paul Smith wrote:
The only thing that would make much of a performance difference, I
think, is if we are able to replace lots of shell invocations with
built-in make functions like wildcard, if, etc.

One other thing could be a significant performance win: if we could use GNU 'make -j' to run most of the guts of the 'configure' script in parallel. Waiting for 'configure' to finish is something that slows me down a lot; often times 'configure' takes longer than the subsequent 'make', simply because 'configure' is inherently sequential.



reply via email to

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