Building a project with CMAKE
berni via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Mar 3 14:06:11 PST 2017
On Friday, 3 March 2017 at 20:10:25 UTC, Ali Çehreli wrote:
> Which would put gdc in between the two. Is your experience
> different?
Actually, I've got not much experience. A few weeks ago I ran a
test where ldc was in between dmd and gdc. But I missed the
-release flags then. With that flag it's faster, but still slower
than gdc on that one (B below). With an other testcase, where I
compared them, gdc and ldc are on equals speed (A below).
A) dmd 52s, gdc 22s, ldc 22s
B) dmd 432s, gdc 280s, ldc 310s
More information about the Digitalmars-d-learn
mailing list