Difference between revisions of "LDC"

From D Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
= Guides =
 
= Guides =
* [[Installing_LDC|Installing LDC]]
+
* [https://github.com/ldc-developers/ldc/wiki/Installation Installing LDC]
  
 
</td>
 
</td>

Revision as of 15:15, 24 November 2012

Compilers: OverviewDMDGDCLDC

Low-level Virtual Machine D Compiler

LDC uses the LLVM backend for code generation. LDC typically generates substantially faster binaries than DMD.

Guides

Useful Links