-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Change uop instruction format to (opcode, oparg, operand) #106603
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
Comments
gvanrossum
added a commit
to gvanrossum/cpython
that referenced
this issue
Jul 13, 2023
Not all of these are useful, but I think they all work. It leaves another 14 CALL specializations that need to be split (or need pythongh-106603, allowing oparg *and* one cache entry per uop).
gvanrossum
added a commit
to gvanrossum/cpython
that referenced
this issue
Jul 13, 2023
Not all of these are useful, but I think they all work. It leaves another 14 CALL specializations that need to be split (or need pythongh-106603, allowing oparg *and* one cache entry per uop).
gvanrossum
added a commit
to gvanrossum/cpython
that referenced
this issue
Jul 14, 2023
Not all of these are useful, but I think they all work. It leaves another 14 CALL specializations that need to be split (or need pythongh-106603, allowing oparg *and* one cache entry per uop).
gvanrossum
added a commit
to gvanrossum/cpython
that referenced
this issue
Jul 15, 2023
Not all of these are useful, but I think they all work. It leaves another 14 CALL specializations that need to be split (or need pythongh-106603, allowing oparg *and* one cache entry per uop).
gvanrossum
added a commit
to gvanrossum/cpython
that referenced
this issue
Jul 15, 2023
Not all of these are useful, but I think they all work. It leaves another 14 CALL specializations that need to be split (or need pythongh-106603, allowing oparg *and* one cache entry per uop).
gvanrossum
added a commit
to gvanrossum/cpython
that referenced
this issue
Jul 15, 2023
Not all of these are useful, but I think they all work. It leaves another 14 CALL specializations that need to be split (or need pythongh-106603, allowing oparg *and* one cache entry per uop).
gvanrossum
added a commit
that referenced
this issue
Jul 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
See #106581 (comment).
Linked PRs
The text was updated successfully, but these errors were encountered: