<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 23, 2014 at 3:20 PM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@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 class="HOEnZb"><div class="h5">On Mon, Jun 23, 2014 at 2:57 PM, Diego Novillo <<a href="mailto:dnovillo@google.com">dnovillo@google.com</a>> wrote:<br>

><br>
><br>
><br>
> On Mon, Jun 23, 2014 at 4:45 PM, David Blaikie <<a href="mailto:dblaikie@gmail.com">dblaikie@gmail.com</a>> wrote:<br>
>><br>
>><br>
>> Well it's not worse - currently -Rpass doesn't enable debug info at<br>
>> all , but I suppose it at least suggests the user enable both -gmlt<br>
>> and -gcolumn-info. But I assume if they enabled -g(mlt or otherwise)<br>
>> they wouldn't be told they should use -gcolumn-info.<br>
><br>
><br>
> OK, I've removed the column info setting and modified the documentation to<br>
> match the current semantics.<br>
><br>
> Let's try to enable column info with -gmlt separately, then. Should I open a<br>
> bug about it? Or do you prefer to handle it directly?<br>
<br>
</div></div>I'm not sure it's something I'm strongly invested in either way -<br>
maybe Alexey (cc'd) has some idea of whether column info would add<br>
anything of significance to backtraces. I would guess currently the<br>
llvm symbolizer doesn't even try to handle column info, so it probably<br>
doesn't add any value to the backtraces at the moment? Would it be<br>
useful/appropriate, Alexey?<br></blockquote><div><br></div><div>llvm-symbolizer correctly handles column info if it is present in the line table.</div><div>However, I don't think column is that critical for the stacktraces, and it's fine to</div>
<div>drop it, especially in -gmlt mode, where we care about minimizing debug info size.</div><div>I vaguely remember that -gcolumn-info was introduced because column information</div><div>significantly increased debug info size. I didn't make measurements myself, though.</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Even then, don't mind having a discussion about column info for -Rpass<br>
stuff separately too. I mean it's sort of relevant to discuss whether<br>
column info is good for -g modes because it'll impact whether -g modes<br>
hurt -Rpass diagnostic quality... though if that's really a big deal<br>
we could probably have a mode where column info is added but not used<br>
for actual debug info emission.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Alexey Samsonov<br><a href="mailto:vonosmas@gmail.com" target="_blank">vonosmas@gmail.com</a></div>
</div></div>