]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Calculate reference hash before finalizing, store in die_info.
authorMark Wielaard <mjw@redhat.com>
Fri, 18 Feb 2011 19:16:03 +0000 (20:16 +0100)
committerMark Wielaard <mjw@redhat.com>
Wed, 16 Mar 2011 14:05:27 +0000 (15:05 +0100)
commita6abbd6d1396e1238b0dab78ab233cd8bedd70df
treed5190d88a7c9242d529f2740c87fda1369132f93
parent3c2d866d87ca26676dbf9603e145266c19e303ab
Calculate reference hash before finalizing, store in die_info.

Follows whole reference chain (ignoring children) and combines
local references of all dies found. Reduces number of attr_set
collisions a lot. Unfortunately there are circular reference
chains for some larger c++ programs. That was unexpected.
Needs cycle detection to figure out what is going on.
libdw/c++/dwarf_output