<div style="white-space:pre-wrap">True. I was thinking to much in the content of the stdlib only but with a builtin you can get things optimized away.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Mar 15, 2016 at 9:22 AM Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">A function can absolutely can do that, if it is implemented using a<br>
builtin known to the optimizer.<br>
<br>
Dmitri<br>
<br>
On Tue, Mar 15, 2016 at 9:20 AM, Shawn Erickson &lt;<a href="mailto:shawnce@gmail.com" target="_blank">shawnce@gmail.com</a>&gt; wrote:<br>
&gt; You would likely want to ensure debug related code could be optimized away /<br>
&gt; or not be included in release builds. I am not sure how a function would<br>
&gt; achieve that.<br>
&gt; On Tue, Mar 15, 2016 at 9:15 AM Erica Sadun via swift-evolution<br>
&gt; &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mar 14, 2016, at 2:04 PM, Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hi Erica,<br>
&gt;&gt;<br>
&gt;&gt; Based on Joe&#39;s rationale that you are quoting, I think the intent is<br>
&gt;&gt; that we want to restrict this directive to be statement-level only.<br>
&gt;&gt; The API vended by a module should not be affected by the build mode.<br>
&gt;&gt;<br>
&gt;&gt; Dmitri<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Could the debug build test take the form of a standard non-private<br>
&gt;&gt; function then<br>
&gt;&gt; instead of _isDebugAssertConfiguration()? If the test is limited to<br>
&gt;&gt; methods,<br>
&gt;&gt; introducing #if-style tests would be ugly.<br>
&gt;&gt;<br>
&gt;&gt; How likely or easy is it for me to reframe the request for testing for<br>
&gt;&gt; debug to be as<br>
&gt;&gt; simple as:<br>
&gt;&gt;<br>
&gt;&gt; `if debugBuild() {...}`<br>
&gt;&gt;<br>
&gt;&gt; with `debugBuild` vended by the standard library instead of as a build<br>
&gt;&gt; configuration test?<br>
&gt;&gt;<br>
&gt;&gt; -- E<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; swift-evolution mailing list<br>
&gt;&gt; <a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
&gt;&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br>
<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j&lt;i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf(&quot;%d\n&quot;,i);}}} /*Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;*/<br>
</blockquote></div>