bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. by ericsnowcurrently · Pull Request #26396 · python/cpython
Conversation
This moves logic out of the frame initialization code and into the compiler and eval loop. Doing so simplifies the runtime code and allows us to optimize it better.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also a couple of Windows warnings.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the opcode shuffle?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My initial impression was that MAKE_CELL should be at the front of the cell-related list and I figured it would be better to preserve the gap at 134. I figured it wouldn't matter but if it's a problem I can put MAKE_CELL at 139.
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 05accc0 🤖
If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.
ericsnowcurrently added a commit to ericsnowcurrently/cpython that referenced this pull request