Liste des Groupes | Revenir à l c |
On 23/03/2025 02:34, bart wrote:Whose time, yours, or the people that ran your programs?
It's strange: in one part of the computing world, the speed of buildingThroughout my career, far less time was spent compiling my programs than
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!
was spent executing them.
was executed 24/7 on at least one machine, and usually hundreds, forI don't think I mentioned execution time. My remarks are about the developer experience. Yes, if you're going to make a production version or a long-running program, then it is worthwile optimising it to the hilt.
several months at a time, for each version delivered.
A single deliveryI used to do that without makefiles! If you've been working on a project for a year, then you know exactly what the dependencies are. And when I did have to compile everything, it [my IDE that invoked the compiler] would show what it was up to. Not that it took that long anyway, as it zoomed through the displayed list of files.
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,
Les messages affichés proviennent d'usenet.