Skip to content

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

Merged
gvanrossum merged 1 commit intopython:mainfrom
gvanrossum:generate-all-uops
Jul 13, 2023
Merged

gh-106701: Move the hand-written Tier 2 uops to bytecodes.c#106702
gvanrossum merged 1 commit intopython:mainfrom
gvanrossum:generate-all-uops

Conversation

@gvanrossum
Copy link
Copy Markdown
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