variable x cannot be read at compile time (ctfe)

js.mdnq js_adddot+mdng at gmail.com
Mon Dec 17 17:51:09 PST 2012


On Monday, 17 December 2012 at 22:47:33 UTC, bearophile wrote:
> maarten van damme:
>
>> How do I make dmd output asm?
>
> You can't, unfortunately. They closed this enhancement request 
> of mine because they say DMD is not designed for this.
>
> On Linux there are several disassemblers, I use objdump. On 
> Windows there are other ones.
>
> Bye,
> bearophile

With Visual D you can view the current disassembly. It is pretty 
nice in seeing what dmd is doing behind the scenes along with the 
original D code inline.


More information about the Digitalmars-d-learn mailing list