Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: C23 thoughts and opinions Date: Tue, 4 Jun 2024 02:10:55 -0000 (UTC) Organization: A noiseless patient Spider Lines: 19 Message-ID: References: <00297443-2fee-48d4-81a0-9ff6ae6481e4@gmail.com> <87msoh5uh6.fsf@nosuchdomain.example.com> <87y18047jk.fsf@nosuchdomain.example.com> <87msoe1xxo.fsf@nosuchdomain.example.com> <87ikz11osy.fsf@nosuchdomain.example.com> <20240603111615.00003e96@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 04 Jun 2024 04:11:03 +0200 (CEST) Injection-Info: dont-email.me; posting-host="d7d916175bb629e2353c22c0a9deb72e"; logging-data="140054"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18zaZmunIrPO+DC1ihAiKeh" User-Agent: Pan/0.158 (Avdiivka; ) Cancel-Lock: sha1:O7vHEzFsqVqJmI71K8Tz+bmiNXI= Bytes: 2547 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. For typical non-trivial open-source projects, this is usually not true. 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 had > modules, but I don't think that it had linker. The programs it built had sizes in, say, the tens of thousands of lines at most.