Sujet : Re: C23 thoughts and opinions
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 02. Jun 2024, 04:27:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3goqo$36n61$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
User-Agent : Pan/0.158 (Avdiivka; )
On Sat, 1 Jun 2024 11:37:45 +0100, bart wrote:
My compilers don't routinely generate object files, which would also
need an external dependency (a linker), but they can do if necessary
(eg. to statically link my code into another program with another
compiler).
Modular code design would indicate that there is no point the compiler
duplicating functionality available in the linker.