Python: defer symbolization #96
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
python
Issue related to Python
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.
The text was updated successfully, but these errors were encountered: