DMD is faster than LDC and GDC

Iain Buclaw via Digitalmars-d digitalmars-d at puremagic.com
Thu Nov 12 04:37:28 PST 2015


On 12 November 2015 at 12:59, Daniel Kozak via Digitalmars-d <
digitalmars-d at puremagic.com> wrote:

> code:
>
>
<snip>


>
> GDC (-O3 -finline -frelease -fno-bounds-check):
> real    0m0.724s
> user    0m0.720s
> sys     0m0.003s
>
>
Not to be pedantic, but -finline does nothing (what you really want is
-finline-functions)

However.... -finline-functions is enabled automatically at -O3, so the
whole -finline just becomes wasted typing.  :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20151112/0ee226d8/attachment.html>


More information about the Digitalmars-d mailing list