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 upSeparate interning borders #3429
Conversation
|
#3393 has landed now, so it should be possible to rebase this and remove those commits. |
webrender/src/border.rs, line 16 at r1 (raw file):
I wonder if we should call these something like NormalBorderDescriptor or something like that to avoid naming conflicts with the API structs? Not something we need to do now, but perhaps consider as a follow up? |
|
One question - can either ignore or do as a follow up, if that's easier. Apart from that, looks good to me - do we want a try / talos run before merging? (I suspect this might have a decent perf win on dl_mutate, given the reduction in primitive key size). @bors-servo delegate+ |
|
|
|
I have try / talos scheduled. You beat me to it: https://treeherder.mozilla.org/#/jobs?repo=try&revision=0ab2321c567ca56aa43f1614d7dccf94a816d62e |
webrender/src/border.rs, line 16 at r1 (raw file): Previously, gw3583 (Glenn Watson) wrote…
|
dbef778
to
cb4c247
|
@bors-servo r=gw |
|
|
Separate interning borders In support of #3385, extract normal and image borders. This patch is based up PR #3393 and requires that to land first. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3429) <!-- Reviewable:end -->
|
@bors-servo r=gw |
|
|
Separate interning borders In support of #3385, extract normal and image borders. This patch is based up PR #3393 and requires that to land first. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3429) <!-- Reviewable:end -->
|
|
…69d26e35b161 (WR PR #3429). r=kats servo/webrender#3429 Differential Revision: https://phabricator.services.mozilla.com/D14853 --HG-- extra : moz-landing-system : lando
…69d26e35b161 (WR PR #3429). r=kats servo/webrender#3429 Differential Revision: https://phabricator.services.mozilla.com/D14853
…69d26e35b161 (WR PR #3429). r=kats servo/webrender#3429 Differential Revision: https://phabricator.services.mozilla.com/D14853 UltraBlame original commit: 070bb58d4d49c800a3221255eeaf202eaccb9a86
…69d26e35b161 (WR PR #3429). r=kats servo/webrender#3429 Differential Revision: https://phabricator.services.mozilla.com/D14853 UltraBlame original commit: 070bb58d4d49c800a3221255eeaf202eaccb9a86
…69d26e35b161 (WR PR #3429). r=kats servo/webrender#3429 Differential Revision: https://phabricator.services.mozilla.com/D14853 UltraBlame original commit: 070bb58d4d49c800a3221255eeaf202eaccb9a86
djg commentedDec 18, 2018
•
edited by larsbergstrom
In support of #3385, extract normal and image borders. This patch is based up PR #3393 and requires that to land first.
This change is