This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA 0/2] some minor symbol-reading performance improvements
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 4 Nov 2017 10:13:54 -0600
- Subject: [RFA 0/2] some minor symbol-reading performance improvements
- Authentication-results: sourceware.org; auth=none
This week I looked into symbol-reading performance a little bit.
Using callgrind, I found a couple of simple ways to improve
performance.
This series was regression tested by the buildbot.
Tom