<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 12 November 2015 at 12:59, Daniel Kozak via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">code:<br>
<br></blockquote><div><br></div><div><snip><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
GDC (-O3 -finline -frelease -fno-bounds-check):<br>
real    0m0.724s<br>
user    0m0.720s<br>
sys     0m0.003s<br>
<br></blockquote><div><br></div><div>Not to be pedantic, but -finline does nothing (what you really want is -finline-functions)<br><br></div><div>However.... -finline-functions is enabled automatically at -O3, so the whole -finline just becomes wasted typing.  :-)<br></div></div><br></div></div>