-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
add dwarf sibling links #9
Copy link
Copy link
Closed
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Metadata
Metadata
Assignees
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Looking something up in dwarf is currently linear in the size of the dwarf
tables. Adding sibling links can drop this to a much faster scan, as we have a
hierarchical module namespace to make use of.
(Worst case we can also add a DIE type for hashed child access or such, but
leave that for future optimization)