-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
gh-87092: move CFG related code from compile.c to flowgraph.c #103021
Conversation
iritkatriel
commented
Mar 24, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Split compiler into code-gen, optimizer and assembler. #87092
…ompile.c there, so they can be shared
🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit abaeeac 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit of duplicated code, otherwise looks fine.
I don't think _PyOpcode_RelativeJump
is needed any more, as all jumps are relative.
When you're done making the requested changes, leave the comment: And if you don't make the requested changes, you will be put in the comfy chair! |
I agree, but I'd like to do it in a separate PR because I would need to remove usages and the diff here is large enough. |
I have made the requested changes; please review again. |
Thanks for making the requested changes! @markshannon: please review the changes made to this pull request. |