-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gimli: Look at object dynamic symbol tables
This commit updates the gimli parsing code to consult the dynamic symbol table for each object in addition to the normal symbol table. This also starts filtering symbols in the same way libbacktrace does to ensure symbolication doesn't go down the rabbit hole with non-function symbols. This overall removes the need for gimli to fall back to dladdr functionally for now. In testing this speeds up benchmarks by 15% by avoiding calling `dladdr` in libc.
- Loading branch information
1 parent
0952f3a
commit f6459eb
Showing
1 changed file
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters