Mark Shannon <m...@hotpy.org> added the comment:
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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46841> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com