]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[RFC] Don't block on finishing demangling msymbols users/cbiesinger/all-perf-patches
authorChristian Biesinger <cbiesinger@google.com>
Wed, 30 Oct 2019 20:10:23 +0000 (15:10 -0500)
committerChristian Biesinger <cbiesinger@google.com>
Mon, 18 Nov 2019 23:51:10 +0000 (17:51 -0600)
commit12f4dc41bf9f018ecc1042830d5534de941f329e
tree550e34221781f792ddf1ed9c45ce5eed56362e13
parent6f509f24899f79095673698b611e81f980806fb5
[RFC] Don't block on finishing demangling msymbols

Instead, do it all on a background thread and only block when we actually
need the result.

Note, this is a speedup but not quite as much as I was expecting; still
looking into what causes the waits. However, let me know if you have thoughts
on the concept!

Change-Id: I9d871917459ece0b41d31670b3c56600757aea66
gdb/minsyms.c
gdb/objfiles.h