-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-130574: renumber RESUME opcode from 149 to 128 #130685
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
Conversation
Thanks for doing this.
The missing piece is in min_internal = instmap["RESUME"] + 1 With that, all the instructions will be renumbered. You might want to wait until #130643 is merged to reduce the amount of work needed to update |
Will do. |
You'll need to run |
I just did EDIT: Ok, misunderstood you, you meant after |
#130643 is now merged |
Looks good. Thanks for doing this. |
|
For sure I missed something.