On 8/10/20 6:04 AM, Lars Ingebrigtsen wrote: > time make -j32 compile-always > ... > Er... It's weird that there's so much difference in time between > runs I think I get less variance if I do a sequential 'make' (i.e., without -j). Of course this takes longer. > if we just take the mean > from these numbers, it seems that your patch is making compilation > faster. :-) It also simplifies the code a bit, so I took the liberty of installing it, after updating its commit message a bit and changing it to keep a comment that was updated recently (I figure this was a merge error). The patch I installed is the first patch attached. While reviewing the patch I noticed some relatively minor things in the neighborhood that could easily be fixed, so I did so by installing some followup patches, also attached (the last patch is the only one that's at all nontrivial). I'll mark the bug as done. Thanks to both of you for following up on this.