mirror of
https://github.com/python/cpython.git
synced 2025-10-16 03:40:58 +00:00
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
This commit is contained in:
parent
fdee7b7b3e
commit
5b86644338
3 changed files with 11 additions and 10 deletions
|
@ -81,7 +81,7 @@
|
|||
/* PRE_DISPATCH_GOTO() does lltrace if enabled. Normally a no-op */
|
||||
#ifdef LLTRACE
|
||||
#define PRE_DISPATCH_GOTO() if (lltrace >= 5) { \
|
||||
lltrace_instruction(frame, stack_pointer, next_instr); }
|
||||
lltrace_instruction(frame, stack_pointer, next_instr, opcode, oparg); }
|
||||
#else
|
||||
#define PRE_DISPATCH_GOTO() ((void)0)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue