Sujet : Re: question about linker
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 03. Dec 2024, 15:33:05
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vin4r3$490m$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 02.12.2024 20:12, Bart wrote:
On 02/12/2024 18:23, Janis Papanagnou wrote:
On 02.12.2024 16:24, David Brown wrote:
On 02/12/2024 13:24, Bart wrote:
[...]
>
That sounds like you have a very poor organisation of your files. [...]
>
A suspicion that I got as well (also from other posts of him).
Then you'd both be wrong. [...]
Maybe. - But given that single file compile times are an issue in
your environment is a strong indication that you compile too many
sources at once, or too huge source files, or both (or in case of
full-builds don't do necessary [yet more time demanding] testing).
And nothing you posted in the past or here gave me any indication
of sensibly organized projects. (Not that I'd care much about your
personal projects or issues you have in your chosen environment.)
In our (huge) projects the compiles (triggered on demand by 'make')
were all sub-second with standard compilers. Of course there's yet
more about software organization, like [reducing] dependencies, etc.
etc. etc.
Janis