Sujet : Re: Suggested method for returning a string from a C program?
De : jameskuyper (at) *nospam* alumni.caltech.edu (James Kuyper)
Groupes : comp.lang.cDate : 25. Mar 2025, 00:25:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vrspls$1ut9i$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 : Mozilla Thunderbird
On 23/03/2025 02:34, bart wrote:
It's strange: in one part of the computing world, the speed of building
software is a very big deal. All sorts of efforts are going on to deal
with it. Compilation speed for developers is always an issue. There is a
general movement away from LLVM-based backends /because/ it is so slow.
And yet in another part (namely comp.lang.c) it appears to be a total
non-issue!
Throughout my career, far less time was spent compiling my programs than
was spent executing them. The overwhelming majority of the code I wrote
was executed 24/7 on at least one machine, and usually hundreds, for
several months at a time, for each version delivered. A single delivery
might involve development and testing that might require a few dozen
compilations. Thanks to effective use of makefiles, most compilations
were of only a few modules at a time, but even a full compilation would
take only a few minutes.
And you find it odd that I consider the speed of the executable to be
far more important that the speed of compilation? Why would you expect
me to be so irrational as to have the opposite preference?