Skip to content

Commit 269bdd1

Browse files
committed
gh-145866: Implement POP_ITER as macro op using POP_TOP
As the JIT can optimize `_POP_TOP` uops, I implemented `POP_TOP` for the `POP_ITER` instruction. I am fairly confident that this is the right solution but I am new to the JIT and would welcome any feedback.
1 parent 91e1312 commit 269bdd1

File tree

9 files changed

+232
-255
lines changed

9 files changed

+232
-255
lines changed

Include/internal/pycore_opcode_metadata.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_uop_ids.h

Lines changed: 182 additions & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)