Sujet : Re: else ladders practice
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 25. Nov 2024, 16:55:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20241125175509.000022a1@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Mon, 25 Nov 2024 13:45:28 +0100
David Brown <
david.brown@hesbynett.no> wrote:
LTO object files are vastly different beasts from normal object
files, so it does not surprise me that the dump utility is so much
bigger. If you don't use LTO, then presumably you will not need the
lto-dump utility. (It is not a tool I have ever looked at myself.)
>
I am pretty sure that even if I ever want to use LTO with gcc I'd still
will have no need for lto-dump. What would matter for me in this case
would be a final result (exe) rather than object files. And in order to
look at exe I'd still use a normal objdump.
The situation is not purely hypothetical. I regularly use LTCG with
Microsoft tools. Never ever I wanted to disassemble .obj files after
LTCG compilation. When occasionally I wanted to look at asm after LTCG,
it always was an exe.