On 10 May 2015 at 21:41, John Colvin via Digitalmars-d <[email protected]> wrote: > On Sunday, 10 May 2015 at 08:07:38 UTC, Russel Winder wrote: >> >> On Sat, 2015-05-09 at 13:07 -0700, Walter Bright via Digitalmars-d wrote: >>> >>> […] >>> It probably depends on the compiler. The way to find out is to look at >>> the generated assembler. >> >> >> <pedant-mode>assembly language file, not assembler (which is the >> program to do the transformation)</pedant-mode> >> >> ldc2 and gdc have options to write the assembly language file, maybe I >> am missing it but dmd appears not to advertise such an option. > > > What's wrong with objdump?
Assembly has more information, such as .align and .loc directives. ;-)
