Difference between revisions of "LDC"

From D Wiki
Jump to: navigation, search
Line 1: Line 1:
{{:Compilers_Widget}}
 
 
<table cellspacing= "10" style="width:100%">
 
<table cellspacing= "10" style="width:100%">
 
<tr>
 
<tr>
 
<td style="width:70%; vertical-align:top;">
 
<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.
 
LDC uses the LLVM backend for code generation. LDC typically generates substantially faster binaries than DMD.
  
= Guides =
+
== Guides ==
 
* [https://github.com/ldc-developers/ldc/wiki/Installation Installing LDC]
 
* [https://github.com/ldc-developers/ldc/wiki/Installation Installing LDC]
  
Line 14: Line 12:
 
* [https://github.com/ldc-developers/ldc Source code (GitHub)]
 
* [https://github.com/ldc-developers/ldc Source code (GitHub)]
 
</td>
 
</td>
 +
 +
{{:Compilers_Widget}}
 +
[[Category:LDC]]

Revision as of 21:42, 12 December 2012

Compilers: OverviewDMDGDCLDC

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

Guides

Useful Links