Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.7k
Use dwarf for symbol lookup if dladdr fails before doing linear search.#58359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Also add dwarf info to jlcall wrappers
gbaraldi commentedMay 8, 2025
master @btimestacktrace()91.244 ms (240 allocations:21.30 KiB) PR @btimestacktrace()177.255 μs (243 allocations:21.35 KiB) |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Jeff Bezanson <jeff.bezanson@gmail.com>
KristofferC commentedJun 5, 2025
Bump, anything left to do here? |
gbaraldi commentedJun 5, 2025
I need to take another stab at this, This is segfaulting |
vchuravy commentedAug 26, 2025
When writing a small jitdump analyzer I noticed that we are not emitting debuginfo for the API function which may explain why With this PR we are emitting matching debug info for all entries in a short jitdump. |
Uh oh!
There was an error while loading.Please reload this page.
Also add dwarf info to jlcall wrappers
This isn't the full refactor this code deserves but uses dwarf lookups before the bad linear search that#58355 is removing