binary_size icon indicating copy to clipboard operation
binary_size copied to clipboard

Why ldc?

Open TJesionowski opened this issue 6 years ago • 1 comments

I was glancing at compile.sh and I noticed that the dlang example is compiled with ldc. I find this odd considering that, eg, C is compiled with gcc, and dlang had a gcc frontend, gdc. (gcc now supports D directly).

Since the benchmark would logically be sensitive to different backends, shouldn't there be some rule as to which compiler is used for languages which have multiple mature compilers? (IE, best result/prefer reference compiler, prefer gnu compiler, etc).

TJesionowski avatar Jun 14 '19 17:06 TJesionowski

IIRC I got the best results from LDC, but if you want to prove otherwise I'll see about changing it.

dom96 avatar Jun 15 '19 23:06 dom96