-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
GH-131498: Replace single-element arrays with scalars in bytecodes.c
#132615
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
array[1]
s with scalar
s in bytecode definitionsbytecodes.c
bytecodes.c
bytecodes.c
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.
Nice cleanup, thanks.
|
Also, mark some unused items as
unused
(and fix a bug in the cases generator that sometimes disallowed multipleunused
names to occur in the same instruction).