Sujet : Re: C23 thoughts and opinions
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 05. Jun 2024, 02:51:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3ogbd$pgpu$2@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 25 26 27 28
User-Agent : Pan/0.158 (Avdiivka; )
On Tue, 4 Jun 2024 12:28:41 +0100, bart wrote:
On 04/06/2024 03:10, Lawrence D'Oliveiro wrote:
>
On Mon, 3 Jun 2024 11:16:15 +0300, Michael S wrote:
When all sources are available, linker is merely an implementation
detail.
That’s assuming all the code is written in the same language,
compilable with the same compiler.
Why, how many C compilers do you use for the same project?
It’s not just C.
And consider, even with C, the meaning of top-level “static” and the
implications for compiling the source in separate pieces versus all at
once.