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 Mark.Shannon
Recipients Mark.Shannon, brandtbucher
Date 2022-02-24.10:55:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645700127.97.0.29019154295.issue46841@roundup.psfhosted.org>
In-reply-to
Content
We need to decide what to do about dis.

I don't think we should have a `show_cache` option, as the caches are meaningless junk without quickening (maybe we should drop the CACHE opcode, and just use zeroes).

Instead we should have a `show_quickened` option, to show the quickened form, which we need to make clear is very much implementation defined.
E.g. Cinder might show the machine code as well.

That way, we can present the cache information as extra data on the quickened form, rather than junk instructions.
History
Date User Action Args
2022-02-24 10:55:28Mark.Shannonsetrecipients: + Mark.Shannon, brandtbucher
2022-02-24 10:55:27Mark.Shannonsetmessageid: <1645700127.97.0.29019154295.issue46841@roundup.psfhosted.org>
2022-02-24 10:55:27Mark.Shannonlinkissue46841 messages
2022-02-24 10:55:27Mark.Shannoncreate