Liste des Groupes | Revenir à cl c |
bart <bc@freeuk.com> writes:By ELF I mean executable binary not object files. And I never work with executable files with debug info.On 24/06/2024 18:02, Scott Lurndal wrote:No. The ELF file contains a lot of stuff that never getsbart <bc@freeuk.com> writes:>On 24/06/2024 16:10, Michael S wrote:>>But my project has much more than 34 modules. 164 modules compiled>
during build + several dozens in libraries.
Does that matter? My example is a smaller project, but I'm comparing the
rate of compilation not total time.
>
If you want a bigger example, yesterday I posted one involving 140 .c
files, total EXE size is 5MB (don't know .text as this is ELF format).
Why do you believe that the size of the executable is interesting?
Well, what metric IS interesting?
>
You seem to not care whether an executable is 10KB, 10MB, or 10GB. You
really don't think there's correspondence with build-time?
loaded into memory (symbol tables, DWARF section data, etc);
writing to the object files by the compiler is an insignificant
component of the overall compile time.
Build time is not related in any way to the size of theYes it is. It is related to the amount of code in the program, and the amount of initialised data.
ELF.
Les messages affichés proviennent d'usenet.