Revision: 3748
          http://sourceforge.net/p/elftoolchain/code/3748
Author:   emaste
Date:     2019-06-28 01:11:13 +0000 (Fri, 28 Jun 2019)
Log Message:
-----------
libdwarf: Use the cached strtab pointer when reading string attributes.

Previously we would perform a linear search of the DWARF section
list for ".debug_str".  However, libdwarf always caches a pointer to
the strtab image in its debug descriptor.  Using it gives a modest
performance improvement when iterating over the attributes of each
DIE.

Obtained from FreeBSD r349424 by markj.

Modified Paths:
--------------
    trunk/libdwarf/libdwarf_attr.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Elftoolchain-vcs-changes mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/elftoolchain-vcs-changes

Reply via email to