On 11/11/13, Sergei Nosov <[email protected]> wrote: > I've done some experiments regarding dmd/ldc comparison. > > Machine: Ubuntu 12.04 (x86_64), Intel® Core™ i5-3470 CPU @ > 3.20GHz × 4 > Compilers: DMD64 D Compiler v2.064, LDC - the LLVM D compiler > (0.12.0): > based on DMD v2.063.2 and LLVM 3.3.1 > Default target: x86_64-unknown-linux-gnu > Host CPU: core-avx-i > > I've made 2 builds: > $ dub --build=release > $ dub --build=release --compiler=ldc2
Which flags does release imply? > So, the ratio is something like 0.81-0.83 in favor of ldc. Cool! Thanks for benchmarking.
