Skip to content

Commit 553fead

Browse files
adding docs
1 parent 1d236c3 commit 553fead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dwarf.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,8 +2055,8 @@ void dwarf::implementation::process_all_dies() {
20552055
// collect some metadata about this DIE for later ODR processing
20562056
die._skippable = is_skippable_die(die, attributes);
20572057
die._ofd_index = _ofd_index;
2058-
die._hash = die_hash(die, attributes);
2059-
die._fatal_attribute_hash = fatal_attribute_hash(attributes);
2058+
die._hash = die_hash(die, attributes); // DIE "thumbprint" to determine if two DIEs are "equal"
2059+
die._fatal_attribute_hash = fatal_attribute_hash(attributes); // If the thumbprints are equal but this is not, it's an ODRV.
20602060
die._location = derive_definition_location(attributes);
20612061

20622062
#if ORC_FEATURE(PROFILE_DIE_DETAILS)

0 commit comments

Comments
 (0)