run.dlang.io - a modern way to run D code

Iain Buclaw ibuclaw at gdcproject.org
Mon Dec 18 18:11:09 UTC 2017


On 17 December 2017 at 23:57, Walter Bright via Digitalmars-d-announce
<digitalmars-d-announce at puremagic.com> wrote:
> On 12/16/2017 2:45 AM, Iain Buclaw wrote:
>>
>> However dmd doesn't do assembly output. ;-)
>
>
> dmd -c test
> obj2asm test.obj >test.asm

Lacks any form of line number information to let you see clearly which
set of instructions relates to which expression.  i.e:
https://explore.dgnu.org/g/7WNiyt


More information about the Digitalmars-d-announce mailing list