<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 4 February 2014 08:20, Stepan Dyatkovskiy <span dir="ltr"><<a href="mailto:stpworld@narod.ru" target="_blank">stpworld@narod.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>What strategy should be used here? "Align > 4" or "(Align == 8 || Align == 16)"? Too small point details of course..<br>
</div></blockquote><div><br></div><div>Hi Stepan,</div><div><br></div><div>I think this issue is generic to the alignment, as you said (K*Align - 1), so it should be safe to say (Align > 4) and subtract the current stack size from it for the pad.</div>
<div><br></div><div>I can't see why the alignment would be bigger than 16, but then again, I couldn't see why the alignment would be bigger than 8, so... ;)</div><div><br></div><div>Finally, (Align > 4) is more expressive than the alternative, and leaves it clear on which class of conditions the pad must be inserted, rather than on which examples of the class of conditions we know it should.</div>
<div><br></div><div>Though, it would be good to know what stopped you in the past, as we may be overlooking it again...</div><div><br></div><div>cheers,</div><div>--renato</div></div></div></div>