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

Python: defer symbolization #96

Open
pelletier opened this issue Jul 12, 2023 · 0 comments
Open

Python: defer symbolization #96

pelletier opened this issue Jul 12, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed python Issue related to Python

Comments

@pelletier
Copy link
Contributor

As of #95, symbolization is performed at stack capture time, which needs to be as fast as possible. It should be deferred to profile generation time. The main issue is that we don't know if the code objects are still valid in memory when the profile is generated since the garbage collector should have reclaimed them.

@pelletier pelletier added enhancement New feature or request python Issue related to Python labels Jul 12, 2023
@pelletier pelletier mentioned this issue Jul 12, 2023
8 tasks
@pelletier pelletier added the help wanted Extra attention is needed label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed python Issue related to Python
Projects
None yet
Development

No branches or pull requests

1 participant