Replies: 2 comments
-
There are fives cases for pair A B:
And one more case, that we already handle:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
One other thing. If instructions are rare, like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using stats like python/cpython#31957 , I found that on a complete run of
python -m test
, we have:Maybe some of these can use JUMP_TO_INSTRUCTION to eliminate a dispatch, and maybe some instructions can be combined, whether that's at compile time or specialization time.
Beta Was this translation helpful? Give feedback.
All reactions