mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
GH-119258: Handle STORE_ATTR_WITH_HINT in tier two (GH-119481)
This commit is contained in:
parent
cfcc054dee
commit
5cd3ffd6b7
8 changed files with 137 additions and 61 deletions
5
Python/optimizer_cases.c.h
generated
5
Python/optimizer_cases.c.h
generated
|
@ -1079,7 +1079,10 @@
|
|||
break;
|
||||
}
|
||||
|
||||
/* _STORE_ATTR_WITH_HINT is not a viable micro-op for tier 2 */
|
||||
case _STORE_ATTR_WITH_HINT: {
|
||||
stack_pointer += -2;
|
||||
break;
|
||||
}
|
||||
|
||||
case _STORE_ATTR_SLOT: {
|
||||
stack_pointer += -2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue