<div dir="ltr">On Mon, Jul 21, 2014 at 9:36 AM, Tobias Grosser <<a href="mailto:tobias@grosser.es">tobias@grosser.es</a>> wrote:<br><br>> Diego, you just recently run the -gcolumn-info test cases on your internal<br>
> code base and on the gdb test suite. Would it be difficult for<br>> you to create similar information for the attached patch to get an idea of<br>> how much overhead this patch would cause?<br><br>A full comparison build is now running. I should have results soon. In the meantime, I tried it on a target that generates a 30Mb shared object:<br>
<br>Without your patch, I see these segment sizes:<br><br><font face="courier new, monospace">     text      data       bss     debug debug.dwo    symtab    strtab     other     total filename<br>  8505260    444768    308624  12140854         0   1226952   5631742   1632669  29588116 file.so<br>
</font><br><br>With your patch:<br><font face="courier new, monospace">     text      data       bss     debug debug.dwo    symtab    strtab     other     total filename<br>  8505260    444768    308624  12565490         0   1226952   5631742   1632669  30012748 file.so</font><div>
<br></div><div>That's a 3.5% growth in debug info size, for a total size increase of ~1%.</div><div><br></div><div>I'll send numbers over a full build as soon as I get them.</div><div><br></div><div><br></div><div>
Diego.</div></div>