<div dir="ltr"><div dir="ltr">On Wed, 9 Sep 2020 at 19:26, Nemanja Ivanovic <<a href="mailto:nemanja.i.ibm@gmail.com">nemanja.i.ibm@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">- Default (i.e. no <span style="font-family:monospace">-profile-deopt-cold</span>): do nothing<br></div><div class="gmail_quote"><div>- Option with no arg (i.e. <span style="font-family:monospace">-profile-deopt-cold</span>): add attribute only to functions that have an execution count of zero</div><div>- Option with an arg (i.e. <span style="font-family:monospace">-profile-deopt-cold=<N></span>): add attribute to functions that account for <span style="font-family:monospace"><N>%</span> of total execution counts</div></div></div></blockquote><div><br></div><div>I see. This looks confusing to me, but perhaps it's just me. </div><div><br></div><div>Though, I'm not sure we can get this behaviour from the same flag, as you need to provide a default value if the flag isn't passed (usually boolean or integer, not both).</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div></div>
</blockquote></div></div>