Generating assembly from dmd

Kelet kelethunter at gmail.com
Sun Dec 22 06:33:55 PST 2013


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


More information about the Digitalmars-d-learn mailing list