Sujet : Re: C23 thoughts and opinions
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 08. Jun 2024, 09:27:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v414l9$2hj37$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Pan/0.158 (Avdiivka; )
On Sat, 8 Jun 2024 00:04:02 -0500, BGB wrote:
Can also note that the compilers handle debugging info different:
GCC tends to put debug data in the binary itself (as DWARF or STABS);
Doesn’t have to be that way. Distros that offer precompiled binaries (e.g.
Debian and derivatives) tend to have debug symbols in separate packages
that you don’t have to install. They’re only needed if you want to run a
debugger on the actual binary from the package, rather than from your own
build.
But, in general, I suspect MS doesn't care if the EXE and DLL files are
bulky and if their compiler doesn't win the performance game.
Yes, but isn’t this impacting the performance of everything they build
with it, including their own OS?