This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] save a little memory
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 20 Jun 2014 09:38:55 -0600
- Subject: [PATCH 0/2] save a little memory
- Authentication-results: sourceware.org; auth=none
This little series lazily allocates the minimal symbol demangled hash
table. For each objfile without any mangled minimal symbol names,
this saves about 16k.
Normally I would perhaps not bother with this but the patch seemed
very simple.
Tom