-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-46841: Move the cache for LOAD_GLOBAL
inline.
#31575
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
Changes from all commits
a209634
8ceabb5
c8e38a3
98f73a1
87b63f9
cca4d6b
26d0d70
c49f156
f65ae9f
054fcf6
c6c0527
0a853af
92a4b04
138b2d6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -387,8 +387,8 @@ def _write_atomic(path, data, mode=0o666): | |
# Python 3.11a5 3478 (New CALL opcodes) | ||
# Python 3.11a5 3479 (Add PUSH_NULL opcode) | ||
# Python 3.11a5 3480 (New CALL opcodes, second iteration) | ||
# Python 3.11a5 3481 (Use inline CACHE instructions) | ||
# Python 3.11a5 3482 (Use inline caching for UNPACK_SEQUENCE) | ||
# Python 3.11a5 3481 (Use inline cache for BINARY_OP) | ||
# Python 3.11a5 3482 (Use inline caching for UNPACK_SEQUENCE and LOAD_GLOBAL) | ||
Comment on lines
-390
to
+391
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, looks like the magic number wasn't actually changed... bad merge? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I figured we didn't need more than one version number per day. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. #31618 has another version number bump. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, I see what you did now. Thanks for clarifying. |
||
|
||
# Python 3.12 will start with magic number 3500 | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.