https://issues.dlang.org/show_bug.cgi?id=14497

Rainer Schuetze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Rainer Schuetze <[email protected]> ---
Interesting idea. That would really be helpful for immediately seeing what the
optimizer is able/unable to do.

I use the "Compile and Debug" command sometimes with unittests and option
"-main", though that still needs you to set a breakpoint somewhere and wait for
the debugger to start.

Getting the disassembly of an object file with obj2asm/dumpbin is possible, but
syncing with the source needs to read debug information. This can be rather
annoying.

--

Reply via email to