gh-107265: Add deopt for opcode from executor for future proof by gaogaotiantian · Pull Request #109420 · python/cpython · GitHub
Skip to content

gh-107265: Add deopt for opcode from executor for future proof - #109420

Merged
brandtbucher merged 3 commits into
python:mainfrom
gaogaotiantian:deopt-executor-opcode
Sep 22, 2023
Merged

gh-107265: Add deopt for opcode from executor for future proof#109420
brandtbucher merged 3 commits into
python:mainfrom
gaogaotiantian:deopt-executor-opcode

Conversation

@gaogaotiantian

@gaogaotiantian gaogaotiantian commented Sep 14, 2023

Copy link
Copy Markdown
Member

For now only JUMP_BACKWARD is converted to ENTER_EXECUTOR, and it does not have specialization. However, in the future there might be other instructions involved, and in the scenarios where we want the base opcode, we should deopt the opcode from the VM.

@brandtbucher brandtbucher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bedevere-bot

Copy link
Copy Markdown

@bedevere-bot

Copy link
Copy Markdown

csm10495 pushed a commit to csm10495/cpython that referenced this pull request Sep 28, 2023
@gaogaotiantian
gaogaotiantian deleted the deopt-executor-opcode branch October 7, 2023 00:03
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants