We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e66db4 commit 0e1030bCopy full SHA for 0e1030b
Python/optimizer_analysis.c
@@ -572,7 +572,7 @@ const uint16_t op_without_pop[MAX_UOP_ID + 1] = {
572
[_POP_CALL_TWO] = _POP_CALL_ONE,
573
[_POP_CALL_ONE] = _POP_CALL,
574
// The following two instructions are handled separately in remove_unneeded_uops.
575
- // The TOS for both is null so calling _POP_TOP (which closes the stackref) is not safe.
+ // The TOS for both is null so calling _POP_TOP (which closes the stackref) is not safe.
576
// [_POP_CALL] = _POP_TOP,
577
// [_POP_CALL_LOAD_CONST_INLINE_BORROW] = _POP_TOP_LOAD_CONST_INLINE_BORROW,
578
};
0 commit comments