<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 5, 2014 at 4:33 PM, Alexey Samsonov <span dir="ltr"><<a href="mailto:vonosmas@gmail.com" target="_blank">vonosmas@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Alp,<div><br></div><div>This warning should be fixed by r210301. However, consider investigating why the frame size appears to be that large. I believe we build this code with GCC as well and have seen no complaints</div>

<div>from its implementation of -Wframe-larger-than.</div></div></blockquote></div><br>FYI, GCC does a certain amount of stack sharing at -O0, LLVM doesn't. Currently, we don't have a good model for preserving debug information in the presence of these transformations which is why we don't do any of this. Eventually, we really want  to do more here by using the lexical scope of the variable as the limit of how long we preserve debug information.</div>
</div>