Skip to content
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

Sync changes from mozilla-central gfx/wr #3838

Merged
merged 2 commits into from Jan 21, 2020
Merged

Conversation

@moz-gfx
Copy link

moz-gfx commented Jan 21, 2020

No description provided.

nical added 2 commits Jan 21, 2020
The majority of render tasks have 0, 1 or 2 dependencies, except for pictures that typically have dozens to hundreds of dependencies. SmallVec with 2 inline elements avoids many tiny heap allocations in pages with a lot of text shadows and other types of render tasks.

Differential Revision: https://phabricator.services.mozilla.com/D60151

[ghsync] From https://hg.mozilla.org/mozilla-central/rev/db0378df4c6616330779c46cd830dd2f76f53b1b
Unlike other types of render tasks, pictures can have hundreds of dependencies. The dependency vector is re-built every frame, leading to a lot of vector re-allocations in some pages.

Depends on D60151

Differential Revision: https://phabricator.services.mozilla.com/D60182

[ghsync] From https://hg.mozilla.org/mozilla-central/rev/dfe4fa983d2b1eaaa3db2141a5e1c0f5ae58d5d7
@moz-gfx
Copy link
Author

moz-gfx commented Jan 21, 2020

@bors-servo r=auto

@bors-servo
Copy link
Contributor

bors-servo commented Jan 21, 2020

📌 Commit dd9a549 has been approved by auto

@bors-servo
Copy link
Contributor

bors-servo commented Jan 21, 2020

Testing commit dd9a549 with merge 2a6ba82...

bors-servo added a commit that referenced this pull request Jan 21, 2020
Sync changes from mozilla-central gfx/wr
@bors-servo
Copy link
Contributor

bors-servo commented Jan 21, 2020

☀️ Test successful - status-appveyor, status-taskcluster
Approved by: auto
Pushing 2a6ba82 to master...

@bors-servo bors-servo merged commit dd9a549 into servo:master Jan 21, 2020
3 checks passed
3 checks passed
Community-TC (pull_request) TaskGroup: success
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.