This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Add global/static and symbol kind indicator to .gdb_index


On Fri, Jun 22, 2012 at 12:44 PM, Tom Tromey <tromey@redhat.com> wrote:
> I was going to ask if you measured the size increase; but I think it
> can't be very large -- basically only in the case where a psymbol
> appears in one CU's static list and another CU's global list. ?I doubt
> that happens often enough to worry about.

btw, here's some file size data from one large app:

without index: 2598284176
with index v5: 2666596874
with index v7: 2669290450


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]