bpo-43693: Compute deref offsets in compiler #25152
Merged
+222
−209
Conversation
|
Update also |
|
Please don't forget to bump a bytecode magic number and add a line to the bytecode history list. |
6e4b212
to
8045347
16546b6
to
6174448
|
Eric is working on a PR to implement faster-cpython/ideas#41, so I'm closing this. |
This was referenced May 27, 2021
6174448
to
46d531e
|
(What are you doing here?) |
|
This change was always going to be included. I figured it would still be cleaner if it were its own PR. It also makes the subsequent PR a little smaller. (Plus it was already reviewed, between Mark and me, so I'll merge it today. |
b2bf2bc
into
python:main
11 of 12 checks passed
11 of 12 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Merges locals and cells into a single array.
Saves a pointer in the interpreter and means that we don't need the
LOAD_CLOSUREopcode any morehttps://bugs.python.org/issue43693