Suggestion: Show Generated Asm

Michal Minich michal.minich at gmail.com
Tue Nov 30 23:29:42 PST 2010


On Wed, 01 Dec 2010 01:48:06 -0500, Eric Poggel wrote:

> My apologies if this has been suggested before (I'm new to this list),
> but it would be a nice IDE feature to select a function or a module and
> show the assembly that's generated for it.  This would be great for
> optimizing.

Visual Studio can show you disassembly while debugging, Use VisualD with 
c2pdb http://www.dsource.org/projects/visuald

use Obj2Asm http://www.digitalmars.com/ctg/obj2asm.html


More information about the Digitalmars-d-ide mailing list