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 7e1b8a5 commit 21dfba0Copy full SHA for 21dfba0
Lib/test/test_generated_cases.py
@@ -459,6 +459,11 @@ def test_predictions(self):
459
INSTRUCTION_STATS(OP3);
460
static_assert(INLINE_CACHE_ENTRIES_OP1 == 0, "incorrect cache size");
461
_PyStackRef res;
462
+ if (xxx) {
463
+ UPDATE_MISS_STATS(OP1);
464
+ assert(_PyOpcode_Deopt[opcode] == (OP1));
465
+ goto PREDICTED_OP1;
466
+ }
467
GO_TO_INSTRUCTION_IF(xxx, OP1, INLINE_CACHE_ENTRIES_OP1);
468
res = Py_None;
469
stack_pointer[-1] = res;
0 commit comments