Skip to content

Commit d6e454a

Browse files
committed
gh-148211: decompose _POP_TOP_LOAD_CONST_INLINE(_BORROW) in JIT
1 parent a8abce8 commit d6e454a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/optimizer_analysis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ lookup_attr(JitOptContext *ctx, _PyBloomFilter *dependencies, _PyUOpInstruction
404404
0, (uintptr_t)lookup);
405405
}
406406
else {
407-
ADD_OP(immortal ? _LOAD_CONST_UNDER_INLINE_BORROW : _LOAD_CONST_UNDER_INLINE,
407+
ADD_OP(immortal ? _INSERT_1_LOAD_CONST_INLINE_BORROW : _INSERT_1_LOAD_CONST_INLINE,
408408
0, (uintptr_t)lookup);
409409
}
410410
PyType_Watch(TYPE_WATCHER_ID, (PyObject *)type);

0 commit comments

Comments
 (0)