]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A smattering of cleanups in uop debug output and lltrace (#112980)
authorGuido van Rossum <guido@python.org>
Tue, 12 Dec 2023 00:42:30 +0000 (16:42 -0800)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 00:42:30 +0000 (16:42 -0800)
commit5b8664433829ea967c150363cf49a5c4c1380fe8
tree3a03e24b502da7ea03182f6522bb1d12d195205a
parentfdee7b7b3e15931d58f07e5449de2e55b4d48b05
A smattering of cleanups in uop debug output and lltrace (#112980)

* Include destination T1 opcode in Error debug message
* Include destination T1 opcode in DEOPT debug message
* Remove obsolete comment from remove_unneeded_uops
* Change lltrace_instruction() to print caller's opcode/oparg
Python/ceval.c
Python/ceval_macros.h
Python/optimizer_analysis.c