Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.13] gh-119258: Backport optimizer frame fixes in GH-119365#120699
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 ourterms of service andprivacy 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.
Conversation
Skip news as it's a experimental feature. |
brandtbucher commentedJun 18, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
markshannon commentedJun 21, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
Uh oh!
There was an error while loading.Please reload this page.
Removes frame overlapping, instead copy over their arguments directly.