This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: initial faster startup patch


There were a couple questions about this patch at the meeting.

Phil asked about memory savings.  I attached to OO.o using a pristine
gdb (archer trunk) and the modified gdb, and measured the space with
"maint space 1":

    Before: 256569344
    After:  166047744

That is a savings of 35%.

Even after "thread apply all bt full" the patch shows savings:

    Before: 269172736
    After:  248266752

That is about 8%.


Andrew asked how many symbols tables were converted from psymbol
tables.  I both gdbs and did "thread apply all bt full".
Then I used "maint print statistics" to look at the internals.

This looks worse -- apparently there are 1493 converted symbol tables
with trunk, but 10576 with the branch.  I don't understand this; I'll
dig into it a bit more.

Tom


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