<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 26, 2014 at 9:46 AM, Diego Novillo <span dir="ltr"><<a href="mailto:dnovillo@google.com" target="_blank">dnovillo@google.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"><div>For -Rpass, and other related uses, I am looking at enabling column info by default. David pointed me at PR 14106, which seems to be the original motivation for introducing -gcolumn-info. However, I am finding no differences when using it on this test.  I've tried building with/without -gcolumn-info and found almost no difference in compile time (+0.4%):</div>

<div><br></div><div>$ /usr/bin/time clang -w -fno-builtin -O2 -g -gcolumn-info test-tgmath2.i   </div><div>474.38user 2.10system 7:58.00elapsed 99%CPU</div><div><br></div><div>$ /usr/bin/time clang -w -fno-builtin -O2 -g  test-tgmath2.i</div>

<div>472.63user 2.02system 7:56.11elapsed 99%CPU</div><div><br></div><div>I'm running clang from trunk @211693.</div><div><br></div><div>The size of all debug sections (according to readelf) are:</div><div><br></div>
<div>
- with -g -gcolumn-info: 836,177 bytes</div><div>- with -g: 826,552 bytes</div><div><br></div><div>That's a growth of about 1% in debug info size.</div></div></blockquote><div><br></div><div>What about the difference between -gmlt and -gmlt + -gcolumn-info?</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>These numbers are in line with a comparative build I did of our internal codebase. The build included a massive number of C and C++ files. For C files, total file size grows by 1% on average. For C++ files the average growth is around 0.2%. Build times are unchanged as well.</div>

<div><br></div><div>Does anyone remember any other edge case I may want to try? It seems to me that these differences are not really worth the effort of having a flag controlling column information.</div><div><br></div><div>

<br></div><div>Thanks.  Diego.</div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></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>