Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_dwarf_info() call takes several seconds to complete #11

Closed
hnsl opened this issue Aug 23, 2013 · 4 comments
Closed

get_dwarf_info() call takes several seconds to complete #11

hnsl opened this issue Aug 23, 2013 · 4 comments

Comments

@hnsl
Copy link

hnsl commented Aug 23, 2013

For a moderately sized binary with about 25000 DIEs this library takes several seconds to return from a call to get_dwarf_info(), even with pypy, which makes it unsuitable for several purposes. Please optimize this. I'm only interested in a a few of the DIEs with certain tags so there must be many, may cycles wasted on indexing and creating objects that are never looked at once.

@eliben
Copy link
Owner

eliben commented Aug 23, 2013

Can you attach the binary in question to the issue, please?

@hnsl
Copy link
Author

hnsl commented Aug 23, 2013

Thanks for responding. Unfortunately not since it's proprietary but I'll see if I can whip together a good example.

@eliben
Copy link
Owner

eliben commented Dec 27, 2013

Producing a synthetic example that demonstrates the problem is good too

@eliben
Copy link
Owner

eliben commented Oct 16, 2016

Closing due to inactivity. Please reopen or open a new one if you're hitting the same issue.

@eliben eliben closed this as completed Oct 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants