wzprof icon indicating copy to clipboard operation
wzprof copied to clipboard

Python: defer symbolization

Open pelletier opened this issue 1 year ago • 0 comments

As of https://github.com/stealthrocket/wzprof/pull/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 avatar Jul 12 '23 14:07 pelletier