Skip to content
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

Fix instr_ptr branch for uops (?) #54

Closed
wants to merge 1 commit into from

Conversation

gvanrossum
Copy link

I'm unhappy with how this turned out; it's too complicated and unprincipled. I feel I don't know which invariants apply when to frame->instr_ptr and frame->next_instr_offset, and the clever exceptions in the code generator and the Tier 1-2 translator.

It feels too much like programming by random modifications.

I'm unhappy with how this turned out; it's too complicated and
unprincipled. I feel I don't know which invariants apply when to
frame->instr_ptr and frame->next_instr_offset, and the clever
exceptions in the code generator and the Tier 1-2 translator.

It feels too much like programming by random modifications.
@gvanrossum gvanrossum marked this pull request as ready for review October 20, 2023 22:43
@gvanrossum
Copy link
Author

I created this PR to run the tests. But somehow they don't run. Let me create a new one.

@gvanrossum gvanrossum closed this Oct 20, 2023
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.

1 participant