Difference between revisions of "LDC"
Klickverbot (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | |||
<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;"> | ||
− | |||
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
LDC uses the LLVM backend for code generation. LDC typically generates substantially faster binaries than DMD. Guides |
Useful Links |