digitalmars.D.ide - Suggestion: Show Generated Asm
- Eric Poggel (4/4) Nov 30 2010 My apologies if this has been suggested before (I'm new to this list),
- Michal Minich (4/8) Nov 30 2010 Visual Studio can show you disassembly while debugging, Use VisualD with...
- Eric Poggel (4/12) Dec 03 2010 I use VisualD (along with Descent) and this is perfect. I expected an
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.
Nov 30 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
Nov 30 2010
On 12/1/2010 2:29 AM, Michal Minich wrote:On Wed, 01 Dec 2010 01:48:06 -0500, Eric Poggel wrote:I use VisualD (along with Descent) and this is perfect. I expected an unreadable wall of assembly, but the original statements are inserted above each block of asm.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
Dec 03 2010