gh-100239: specialize bitwise logical binary ops on ints (#128927)

This commit is contained in:
Irit Katriel 2025-01-29 09:28:21 +00:00 committed by GitHub
parent 03d9cdb729
commit 4815131910
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 82 additions and 3 deletions

View file

@ -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)) {