<div class="gmail_quote">On Tue, Jun 5, 2012 at 2:35 PM, Stephen Canon <span dir="ltr"><<a href="mailto:scanon@apple.com" target="_blank">scanon@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div class="im"><div>On Jun 5, 2012, at 2:31 PM, Chandler Carruth <<a href="mailto:chandlerc@google.com" target="_blank">chandlerc@google.com</a>> wrote:</div><br><blockquote type="cite">
<div class="gmail_quote">On Tue, Jun 5, 2012 at 2:15 PM, Stephen Canon <span dir="ltr"><<a href="mailto:scanon@apple.com" target="_blank">scanon@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

</blockquote></div></blockquote><blockquote type="cite"><br></blockquote></div><div class="im"><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div>The trouble I see with this is that you're going to end up generating an enormous number of start/stop intrinsics for some code (one pair for every source expression containing FP, effectively).  I'm not sure how much of a concern that really is, but it feels inelegant to me.</div>
</blockquote><div><br></div><div>My idea was essentially that you would only do this where contraction was precluded, which you indicated should be rare (1%). That should restrict the amount of start/stop churn?</div><div>

<br></div><div>Are you imagining something completely different?</div></div>
</blockquote></div></div><br><div>Contraction is precluded across expression boundaries in the standard C numerics model.  Assuming we want to support standard C numerics, you would need to insert start/stop for every expression containing FP.</div>
</div></blockquote><div><br></div><div>AH! So when you indicated only 1% would need to turn the pragma to off, it was because the 99% case rely entirely on the source expression restriction. </div></div>