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
According to stats, BINARY_AND_INT will cover 50.7% of failure, if we add the specialized opcode for this, the success ratio of BINARY_OP will be highly increased.
BINARY_AND_INT
BINARY_OP
I want to listen to the opinion of @markshannon about this task.
The text was updated successfully, but these errors were encountered:
pythongh-100165: Add BINARY_OP_AND_INT for integer & operation.
8f70e0b
382e3af
For the stat: #100166 (comment)
Sorry, something went wrong.
corona10
No branches or pull requests
corona10 commentedDec 11, 2022
•
edited by bedevere-bot
According to stats,
BINARY_AND_INT
will cover 50.7% of failure, if we add the specialized opcode for this, the success ratio ofBINARY_OP
will be highly increased.I want to listen to the opinion of @markshannon about this task.
Linked PRs
The text was updated successfully, but these errors were encountered: