Skip to content

Python: defer symbolization #96

@pelletier

Description

@pelletier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededpythonIssue related to Python

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions