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: [PATCH] Replace psymbol_allocation_list with std::vector


>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:

Simon> psymbol_allocation_list is basically a vector implementation.  We can
Simon> replace it with an std::vector, now that objfile has been C++-ified.

I think this is very nice.

I wonder how worthwhile it would be to call shrink_to_fit on the vectors
in require_partial_symbols.

Tom


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