Difference between revisions of "GDC"

From D Wiki
Jump to: navigation, search
(Useful Links)
(Guides)
Line 7: Line 7:
  
 
= Guides =
 
= Guides =
* [[Installing_GDC|Installing GDC]]
+
* [http://gdcproject.org/wiki/Installation Installing GDC]
  
 
</td>
 
</td>

Revision as of 14:08, 29 November 2012

Compilers: OverviewDMDGDCLDC

Gnu Compiler Collection D Compiler

GDC uses the GCC backend for code generation. GDC typically generates substantially faster binaries than DMD.

Guides

Useful Links