autoconf
[Top][All Lists]
Advanced

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

Re: Future plans for Autotools


From: Bob Friesenhahn
Subject: Re: Future plans for Autotools
Date: Mon, 25 Jan 2021 16:41:58 -0600 (CST)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

On Mon, 25 Jan 2021, Paul Eggert wrote:

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.

The challenge here is that a considerable part of configure scripts depend on decisions which were made before. There is no dependency information currently in configure scripts.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt



reply via email to

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