Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
a2096348ceabb5c8e38a398f73a187b63f9cca4d6b26d0d70c49f156f65ae9f054fcf6c6c05270a853af92a4b04138b2d6File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.
| 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 Member
| ||
| # Python 3.12 will start with magic number 3500 | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.