-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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-98831: rewrite RAISE_VARARGS in the instruction definition DSL #101306
Conversation
iritkatriel
commented
Jan 25, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Generate the interpreter #98831
🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit 7fe1602 🤖 If you want to schedule another build, you need to add the |
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.
(Seems I forgot to send one comment.)
PyObject *arg1 = PEEK(1); | ||
PyObject *interim; |
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.
Note that if you run the tests it'll fail here. I accidentally hit return in the middle of this line and didn't re-run these tests before pushing. As these tests aren't run automatically yet this didn't trigger any CI failures. :-(
I'll fix it in my next change to this file, but I figured I'd warn you.
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.
ok. I also made a mess of my branch just now. Will fix in a bit.
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.
We also need to update the makefile. Currently when I change the opcode_metadata.h file I need to touch compile.c. I had a look but wasn't sure what to change.
d7c1c61
to
4df3e6b
Compare