This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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] libdw: Make dwarf_getfuncs find all (defining) DW_TAG_subprogram DIEs.


On Fri, Sep 20, 2013 at 06:49:49PM -0700, Josh Stone wrote:
> But this also
> shows that the new dwarf_getfuncs slowed down about .5s either way, with
> no benefit.

On irc Tom Tromey suggested to trust the CU language to win back most
speed for programs mainly written in C (like the kernel). The attached
patch does that. With this variant of the patch you get all correctness
benefits (imported/partial unit support and detection of nested functions
in C code, plus detection of defining subprograms inside other constructs
for other langauges), but with a slowdown of < 0.1s in this particular case.

Cheers,

Mark

Attachment: 0001-libdw-Make-dwarf_getfuncs-find-all-defining-DW_TAG_s.patch
Description: Text document


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