8000 gh-106701: Move the hand-written Tier 2 uops to bytecodes.c by gvanrossum · Pull Request #106702 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-106701: Move the hand-written Tier 2 uops to bytecodes.c #106702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

gvanrossum
Copy link
Member
@gvanrossum gvanrossum commented Jul 12, 2023

This moves EXIT_TRACE, SAVE_IP, JUMP_TO_TOP, and
_POP_JUMP_IF_{FALSE,TRUE} from ceval.c to bytecodes.c.

They are no less special than before,
but this way they are discoverable o the copy-and-patch tooling.

This moves EXIT_TRACE, SAVE_IP, JUMP_TO_TOP, and
_POP_JUMP_IF_{FALSE,TRUE} from ceval.c to bytecodes.c.

They are no less special than before,
but this way they are discoverable o the copy-and-patch tooling.
@gvanrossum gvanrossum merged commit e6e0ea0 into python:main Jul 13, 2023
@gvanrossum gvanrossum deleted the generate-all-uops branch July 13, 2023 19:14
kgdiem pushed a commit to kgdiem/cpython that referenced this pull request Jul 14, 2023
…thon#106702)

This moves EXIT_TRACE, SAVE_IP, JUMP_TO_TOP, and
_POP_JUMP_IF_{FALSE,TRUE} from ceval.c to bytecodes.c.

They are no less special than before, but this way
they are discoverable o the copy-and-patch tooling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0