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] Introduce objfile::intern


>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> This introduces a string cache on the per-BFD object, replacing the
Tom> macro and filename caches.  Both of these caches just store strings,
Tom> so this consolidation by itself saves a little memory (about the size
Tom> of a bcache per objfile).

I'm checking this in now.

Tom


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