Deutsch English Français Italiano |
<20241205223055.000017b8@yahoo.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Michael S <already5chosen@yahoo.com> Newsgroups: comp.lang.c Subject: Re: question about linker Date: Thu, 5 Dec 2024 22:30:55 +0200 Organization: A noiseless patient Spider Lines: 27 Message-ID: <20241205223055.000017b8@yahoo.com> References: <vi54e9$3ie0o$1@dont-email.me> <viifv8$2opi7$1@dont-email.me> <vik28b$390eg$1@dont-email.me> <vik8tc$3ang9$1@dont-email.me> <vikjff$3dgvc$1@dont-email.me> <viku00$3gamg$1@dont-email.me> <vil0qc$3fqqa$3@dont-email.me> <vil82t$3ie9o$2@dont-email.me> <vila9j$3j4dg$1@dont-email.me> <vin4su$49a6$1@dont-email.me> <vinuhv$cc1d$1@dont-email.me> <jQ%3P.63776$vLg2.20433@fx17.iad> <viqfod$13esp$2@dont-email.me> <U_44P.55777$A9x9.10431@fx13.iad> <20241205154533.000055ec@yahoo.com> <LSj4P.2$LjMe.0@fx15.iad> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Date: Thu, 05 Dec 2024 21:30:58 +0100 (CET) Injection-Info: dont-email.me; posting-host="ce4207f9d0fa9dade78bdd7e0f065351"; logging-data="1924995"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/nBKMAKvJn6jmB/gLqiB/dhBP2hN6ssNc=" Cancel-Lock: sha1:SGtsjkfxjohnme5i1c08deMSjW8= X-Newsreader: Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32) Bytes: 2248 On Thu, 05 Dec 2024 15:43:39 GMT scott@slp53.sl.home (Scott Lurndal) wrote: > > > >Sounds like you can benefit both from faster compiler and from faster > >make utility. > > Perhaps, but 28 seconds isn't really that bad. Particularly compared > with the systems I used forty years ago :-) > It is pretty bad. Breaks flow of thought. > <snip linker> > > > > >BTW, can you experiment with -O0 ? What speedup does it provide over > >-O2 in the project as big as yours? > > We typically use -O3, except on a couple of source files which > take over 6 minutes of CPU time to compile, each, when -O3 is > specified. > For project of that size, I'd say that there is 80% chance that result of compilation with -O3 is slower than -O2.