mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)
This commit is contained in:
parent
07f416a3f0
commit
082dbf7788
14 changed files with 172 additions and 45 deletions
4
Python/optimizer_cases.c.h
generated
4
Python/optimizer_cases.c.h
generated
|
@ -554,9 +554,7 @@
|
|||
break;
|
||||
}
|
||||
|
||||
case _GUARD_BINARY_OP_EXTEND: {
|
||||
break;
|
||||
}
|
||||
/* _GUARD_BINARY_OP_EXTEND is not a viable micro-op for tier 2 */
|
||||
|
||||
case _BINARY_OP_EXTEND: {
|
||||
JitOptSymbol *res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue