This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author penguin_wwy
Recipients Mark.Shannon, penguin_wwy
Date 2021-10-28.17:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635440944.48.0.00876540963877.issue45630@roundup.psfhosted.org>
In-reply-to
Content
This interface can dump code at any time, not just at compile time.

Can observe the comparison before and after dynamic optimization(eg. specialize and super instr), and can also observe the instructions actually executed.

Another situation is to execute the dump by command line in gdb/lldb(eg. `expression _PyCode_DebugDump(co, "test")`), when debugging.
History
Date User Action Args
2021-10-28 17:09:04penguin_wwysetrecipients: + penguin_wwy, Mark.Shannon
2021-10-28 17:09:04penguin_wwysetmessageid: <1635440944.48.0.00876540963877.issue45630@roundup.psfhosted.org>
2021-10-28 17:09:04penguin_wwylinkissue45630 messages
2021-10-28 17:09:04penguin_wwycreate