Overlooked Essentials for Optimizing Code

Walter Bright newshound2 at digitalmars.com
Sat Sep 11 12:42:07 PDT 2010


BCS wrote:
> what would it take to add a built in ASM dump to DMD? Putting that in 
> would remove the need for an external tool and might even allow more 
> useful output like adding source line numbers as comments.


Compile with -g and obj2asm will add source lines as comments.


More information about the Digitalmars-d mailing list