Difference between revisions of "GDC"

From D Wiki
Jump to: navigation, search
m (Kraybit moved page Compiler:GDC to GDC)
Line 1: Line 1:
 
[[Compilers|« See D compiler list]]
 
[[Compilers|« See D compiler list]]
 +
<table cellspacing= "10" style="width:100%">
 +
<tr>
 +
<td style="width:70%; vertical-align:top;">
 +
= Gnu Compiler Collection D Compiler =
 +
GDC uses the GCC backend for code generation. GDC typically generates substantially faster binaries than DMD.
  
= GCC D Compiler =
+
= Guides =
 +
* [[Installing_GDC|Installing GDC]]
  
TODO
+
</td>
 +
<td style="width:30%; vertical-align:top;">
 +
== Useful Links ==
 +
* [https://github.com/D-Programming-GDC/GDC Source code (GitHub)]
 +
</td>

Revision as of 21:32, 23 November 2012

« See D compiler list

Gnu Compiler Collection D Compiler

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

Guides

Useful Links