-
Notifications
You must be signed in to change notification settings - Fork 49
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
Inline caching #310
Comments
Sorry for not thinking this through earlier, but we might not want to quicken in-place. |
Is there anything urgent we meant to do for these two?
|
Not urgent, but |
I also plan to close this issue and break out any actionable 3.12 list items into their own issues. |
Yeah -- sorry by "urgent" I mainly meant for 3.11. I imagine doc changes are pretty much fair game even through the rc cycle, so still fine. |
Discussion: #263
BPO: https://bugs.python.org/issue46841
In (rough) order:
BINARY_OP
python/cpython#31543LOAD_GLOBAL
inline. python/cpython#31575UNPACK_SEQUENCE
python/cpython#31591BINARY_SUBSCR
. python/cpython#31618COMPARE_OP
python/cpython#31622COMPARE_OP
python/cpython#31663GET_AWAITABLE
python/cpython#31664BINARY_OP
's handling of inline caches python/cpython#31671STORE_SUBSCR
python/cpython#31742_Py_SET_OPCODE
macro python/cpython#31780throw()
python/cpython#31968bytes
object for_co_code_adaptive
python/cpython#32205dis
output python/cpython#92360CACHE
handling into_unpack_opargs
python/cpython#92409CACHE
s python/cpython#95694marshal
The text was updated successfully, but these errors were encountered: