Liste des Groupes | Revenir à cl c |
On Mon, 3 Jun 2024 11:16:15 +0300, Michael S wrote:Why, how many C compilers do you use for the same project?
When all sources are available, linker is merely an implementationThat’s assuming all the code is written in the same language, compilable
detail.
with the same compiler.
For typical non-trivial open-source projects, this is usually not true.I can build programs of 100s of thousands of lines with no linker. Why wouldn't it be scalable? You would anyway expect larger programs to ne split into different binaries such as dynamic libraries.
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.
Even in old days of small RAMs, super-popular TurboPascal suit hadThe programs it built had sizes in, say, the tens of thousands of lines at
modules, but I don't think that it had linker.
most.
Les messages affichés proviennent d'usenet.