Difference between revisions of "LDC"

From D Wiki
Jump to: navigation, search
m (Kraybit moved page Compiler:LDC to LDC)
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;">
 +
= Low-level Virtual Machine D Compiler =
 +
LDC uses the LLVM backend for code generation. LDC typically generates substantially faster binaries than DMD.
  
= LLVM D Compiler =
+
= Guides =
 +
* [[Installing_LDC|Installing LDC]]
  
TODO
+
</td>
 +
<td style="width:30%; vertical-align:top;">
 +
== Useful Links ==
 +
* [https://github.com/ldc-developers/ldc Source code (GitHub)]
 +
</td>

Revision as of 21:34, 23 November 2012

« See D compiler list

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