[issue44530] Propagate qualname from the compiler unit to code objects for finer grained profiling data

Mark Shannon report at bugs.python.org
Wed Jul 7 07:16:14 EDT 2021


Mark Shannon <mark at hotpy.org> added the comment:

I suspect that the 0.1% increase is noise.
The size of importlib.h etc show a small decrease, suggesting that the information content of the code object has *decreased*.

After all, the qualname has to stored somewhere and moving it from caller to callee should make no difference.

Organizing the code object so it wastes less memory is a separate issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44530>
_______________________________________


More information about the Python-bugs-list mailing list