mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
GH-111485: Break up instructions with unused cache entries into component micro-ops (GH-113169)
This commit is contained in:
parent
771903596b
commit
70d378cdaa
5 changed files with 102 additions and 8 deletions
|
@ -7,6 +7,7 @@ from parsing import (
|
|||
Context,
|
||||
CacheEffect,
|
||||
StackEffect,
|
||||
InputEffect,
|
||||
OpName,
|
||||
AstNode,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue