Path: csiph.com!tncsrv06.tnetconsulting.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Tim Rentsch Newsgroups: comp.lang.c Subject: Re: else ladders practice Date: Thu, 05 Dec 2024 16:24:10 -0800 Organization: A noiseless patient Spider Lines: 31 Message-ID: <86o71pk6ad.fsf@linuxsc.com> References: <3deb64c5b0ee344acd9fbaea1002baf7302c1e8f@i2pn2.org> <86y117qhc8.fsf@linuxsc.com> <86cyiiqit8.fsf@linuxsc.com> <86mshkos1a.fsf@linuxsc.com> <20241128143715.00003565@yahoo.com> <86wmglnvic.fsf@linuxsc.com> <86zflemb1k.fsf@linuxsc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Date: Fri, 06 Dec 2024 01:24:12 +0100 (CET) Injection-Info: dont-email.me; posting-host="ca524ac1b92e0323fe30f09b3535c279"; logging-data="2016132"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+4UXd7YwiQdnVfyiwhYGiynMBIbjiPkso=" User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux) Cancel-Lock: sha1:27kxmuj3bPTVyRCdiL1Cs64QZ4g= sha1:xhq+LVIBH65dMt/FIyqOSSpXu6g= Xref: csiph.com comp.lang.c:389434 Bart writes: > On 02/12/2024 14:09, Tim Rentsch wrote: > >> Bart writes: >> >>> On 30/11/2024 05:25, Tim Rentsch wrote: >>> >>> EVERYBODY cares about compilation speeds. [...] >> >> No, they don't. I accept that you care about compiler speed. >> What most people care about is not speed but compilation times, >> and as long as the times are small enough they don't worry about >> it. >> >> Another difference may be relevant here. Based on other comments >> of yours I have the impression that you frequently invoke >> compilations interactively. A lot of people never do that (or do >> it only very rarely). In a project I am working on now I do >> builds often, including full builds where every .c file is >> recompiled. But all the compilation times together are only a >> small fraction of the total, because doing a build includes lots >> of other steps, including running regression tests. Even if the >> total compilation time were zero the build process wouldn't be >> appreciably shorter. > > But it might be appreciably longer if the compilers you used were > a lot slower! Or needed to be invoked more. [...] I concede your point. If things were different they wouldn't be the same.