mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +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
|
@ -15,7 +15,6 @@
|
|||
static void
|
||||
remove_unneeded_uops(_PyUOpInstruction *buffer, int buffer_size)
|
||||
{
|
||||
// Note that we don't enter stubs, those SET_IPs are needed.
|
||||
int last_set_ip = -1;
|
||||
bool maybe_invalid = false;
|
||||
for (int pc = 0; pc < buffer_size; pc++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue