mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-100239: specialize bitwise logical binary ops on ints (#128927)
This commit is contained in:
parent
03d9cdb729
commit
4815131910
7 changed files with 82 additions and 3 deletions
|
@ -759,7 +759,7 @@ dummy_func(
|
|||
assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5);
|
||||
assert(d && d->guard);
|
||||
int res = d->guard(left_o, right_o);
|
||||
EXIT_IF(!res);
|
||||
DEOPT_IF(!res);
|
||||
}
|
||||
|
||||
pure op(_BINARY_OP_EXTEND, (descr/4, left, right -- res)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue