Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFaster display list transfer #9947
Merged
Conversation
highfive
commented
Mar 10, 2016
|
|
The webrender-related PRs have merged successfully. |
fca8cc8
to
4ee343e
|
Updated to include the WR updates. r? @glennw |
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Mar 21, 2016
Faster display list transfer This series of commits improves performance of display list construction in browser.html by about 3x when using WebRender. It requires servo/webrender_traits#18 and servo/webrender#231. Anyone should feel free to review if they have time; I'll ask someone in particular once those two upstream commits land. cc @paulrouget <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9947) <!-- Reviewable:end -->
|
|
|
|
4ee343e
to
e348f93
components/layout/context.rs
Outdated
| // See if the image is already available | ||
| let result = self.shared.image_cache_thread.find_image(url.clone(), | ||
| use_placeholder); | ||
| let result = self.shared.image_cache_thread.find_image(url.clone(), UsePlaceholder::No); |
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r+ |
|
|
|
@bors-servo r- |
0cc0a13
to
0006c19
over the data as well. WebRender doesn't need the data, as it acquires it separately. About a 50%-100% improvement in display list building time on browser.html.
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Mar 22, 2016
Faster display list transfer This series of commits improves performance of display list construction in browser.html by about 3x when using WebRender. It requires servo/webrender_traits#18 and servo/webrender#231. Anyone should feel free to review if they have time; I'll ask someone in particular once those two upstream commits land. cc @paulrouget <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9947) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
bors-servo
added a commit
that referenced
this pull request
Mar 23, 2016
Faster display list transfer This series of commits improves performance of display list construction in browser.html by about 3x when using WebRender. It requires servo/webrender_traits#18 and servo/webrender#231. Anyone should feel free to review if they have time; I'll ask someone in particular once those two upstream commits land. cc @paulrouget <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9947) <!-- Reviewable:end -->
|
|
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.
pcwalton commentedMar 10, 2016
This series of commits improves performance of display list construction in browser.html by about 3x when using WebRender.
It requires servo/webrender_traits#18 and servo/webrender#231.
Anyone should feel free to review if they have time; I'll ask someone in particular once those two upstream commits land.
cc @paulrouget
This change is