We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some specialization statistics:
https://gist.github.com/sweeneyde/49cc3a9d074d56cf095cb0a42d13d7a4
Including 3 opcodes: COMPARE_OP_INT and COMPARE_OP_FLOAT and COMPARE_OP_STR (equality only) seems to give pretty good specialization numbers.
The text was updated successfully, but these errors were encountered:
I opened python/cpython#29734
Sorry, something went wrong.
(To be clear, that PR was merged. Thanks, Dennis!)
No branches or pull requests
Some specialization statistics:
https://gist.github.com/sweeneyde/49cc3a9d074d56cf095cb0a42d13d7a4
Including 3 opcodes: COMPARE_OP_INT and COMPARE_OP_FLOAT and COMPARE_OP_STR (equality only) seems to give pretty good specialization numbers.
The text was updated successfully, but these errors were encountered: