Difference between revisions of "LDC"
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. | ||
− | = | + | = Guides = |
+ | * [[Installing_LDC|Installing LDC]] | ||
− | + | </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
Low-level Virtual Machine D CompilerLDC uses the LLVM backend for code generation. LDC typically generates substantially faster binaries than DMD. Guides |
Useful Links |