[3.13] gh-119258: Backport optimizer frame fixes in GH-119365#120699
[3.13] gh-119258: Backport optimizer frame fixes in GH-119365#120699Fidget-Spinner merged 1 commit intopython:3.13from
Conversation
|
Skip news as it's a experimental feature. |
|
Does this mean we can correctly optimize across |
|
I think we were already doing that. This just fixes a bug with overlapping frames (it removes it altogether). |
|
Merging this as backport bugfixes don't normally need approval (or at least, I can approve it if it were done by the bot). |
Maybe I'm misunderstanding. Is there anything preventing us from updating |
|
IIRC we used to not be able to determine the size of the nee frame to push which is why we bailed. If that's solved I dont see why we cant toptimize through it. |
|
|
Removes frame overlapping, instead copy over their arguments directly.