On Sunday, 22 December 2013 at 14:31:44 UTC, Kelet wrote: > DMD never discretely generates assembly To clarify, DMD goes straight from its intermediate representation (IR) of the code to the binary opcodes, which is part of the reason why it compiles faster relative to GDC or LDC. Regards, Kelet