Re: Speed up clean meson builds by ~25% - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Speed up clean meson builds by ~25%
Date
Msg-id ZhN_OxamPomaQJuA@paquier.xyz
Whole thread Raw
In response to Re: Speed up clean meson builds by ~25%  (Jelte Fennema-Nio <postgres@jeltef.nl>)
Responses Re: Speed up clean meson builds by ~25%
List pgsql-hackers
On Fri, Apr 05, 2024 at 06:19:20PM +0200, Jelte Fennema-Nio wrote:
> Agreed. While not a full solution, I think this patch is still good to
> address some of the pain: Waiting 10 seconds at the end of my build
> with only 1 of my 10 cores doing anything.
>
> So while this doesn't decrease CPU time spent it does decrease
> wall-clock time significantly in some cases, with afaict no downsides.

Well, this is also painful with ./configure.  So, even if we are going
to move away from it at this point, we still need to support it for a
couple of years.  It looks to me that letting the clang folks know
about the situation is the best way forward.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Improve WALRead() to suck data directly from WAL buffers when possible
Next
From: Michael Paquier
Date:
Subject: Re: Replace FunctionCall2Coll with FunctionCallInvoke