-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Bytecode interpreter generator should support composing instructions from parts. #101369
Labels
type-feature
A feature request or enhancement
Comments
Looks like I left some technical debt in macro handling. :-(
|
I would "macro" to go. Instructions defined by composing ops are instructions just as much as those defined by a blob of C code.
to the end of your list? |
We’ve talked about that before, it would get a red squiggle in VS Code. Other than that it’s doable. @brandtbucher ? |
gvanrossum
added a commit
that referenced
this issue
Jan 30, 2023
Also check for instructions straddling families (this includes macro parts).
mdboom
pushed a commit
to mdboom/cpython
that referenced
this issue
Jan 31, 2023
Also check for instructions straddling families (this includes macro parts).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I.e. this should work as expected.
The suggested solution of using macro doesn't work.
I get the error:
Linked PRs
The text was updated successfully, but these errors were encountered: