mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
GH-118093: Turn some DEOPT_IFs into EXIT_IFs (GH-122998)
This commit is contained in:
parent
51185923a8
commit
f84754b705
5 changed files with 42 additions and 42 deletions
2
Python/executor_cases.c.h
generated
2
Python/executor_cases.c.h
generated
|
@ -4475,7 +4475,7 @@
|
|||
_PyStackRef arg_stackref = args[1];
|
||||
_PyStackRef self_stackref = args[0];
|
||||
if (!Py_IS_TYPE(PyStackRef_AsPyObjectBorrow(self_stackref),
|
||||
method->d_common.d_type)) {
|
||||
method->d_common.d_type)) {
|
||||
UOP_STAT_INC(uopcode, miss);
|
||||
JUMP_TO_JUMP_TARGET();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue