Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: David Brown Newsgroups: comp.lang.c Subject: Re: Baby X is bor nagain Date: Tue, 25 Jun 2024 17:12:45 +0200 Organization: A noiseless patient Spider Lines: 51 Message-ID: References: <20240624160941.0000646a@yahoo.com> <20240624181006.00003b94@yahoo.com> <20240625113616.000075e0@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 25 Jun 2024 17:12:46 +0200 (CEST) Injection-Info: dont-email.me; posting-host="9cf53d04b66d1800440e1f149c520af4"; logging-data="1695167"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+wlVm19wJeFKISCK5enjlV+b8POKICWKA=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Cancel-Lock: sha1:sGUWoaRY8cY9LmfKzni+3Mdz044= In-Reply-To: Content-Language: en-GB Bytes: 3281 On 25/06/2024 17:08, Scott Lurndal wrote: > bart writes: >> On 25/06/2024 14:48, Scott Lurndal wrote: > >>>> That's why in my original post in this sub-thread, in order to give >>>> a feeling of the size of compiler's job I gave the size of text >>>> segment rather than size of the elf. >>>> The size of text segment is, of course, not a good measure of >>>> compiler's job, esp. when we are trying to compare compile jobs for >>>> different target architectures, but it is less bad than any alternative >>>> measure [that is not too hard to gather] that I can think of. >>>> If you can think about anything better, please tell us. >>> >>> Does the compiled code meet functional and performance specifications? >>> >>> That's the only criteria that matters. Size of the executable >>> and compilation speed are basically irrelevent metrics in my >>> experience. >> >> If apparently anything goes, > > I never said that. > >> and you don't care how slow a tool is or > > I never said that. > >> how big its output, how do you detect unnecessary bloat? > > I don't write programs with unnecessary bloat. > >> >> How do you detect gratuitous use of machine resources? > > I write code that doesn't gratuitously use machine resources. > These answers apply to me tool. >> >> BTW since you and DB are both keen on products like Python, > > I have never posted anything about python here, that I recall. > > I use it very infrequently. > I /do/ use Python. I use it when it is an appropriate language to use, which is very different circumstances from when I use C (or C++). Different tools for different tasks.