mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
GH-111485: Use micro-ops to split specialization code from base action (GH-111561)
This commit is contained in:
parent
eaf67e37a2
commit
b14e882428
9 changed files with 864 additions and 583 deletions
|
@ -285,7 +285,7 @@ class PseudoInstruction:
|
|||
"""A pseudo instruction."""
|
||||
|
||||
name: str
|
||||
targets: list[Instruction]
|
||||
targets: list[Instruction | MacroInstruction]
|
||||
instr_flags: InstructionFlags
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue