-
Notifications
You must be signed in to change notification settings - Fork 279
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
Optimize the allocation of rasterized blobs a bit #3405
Conversation
r=me, but can we add a comment explaining why the code is faster this way than using extend, so that someone doesn't accidentally regress it? |
@gw3583 my understanding is that |
Added a comment as requested. |
📌 Commit 074035c has been approved by |
Optimize the allocation of rasterized blobs a bit Follow-up to #3398 Aimed to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1513521 Pending try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=26ea31fd69e8ed47167f33afefbd711424f0250a I think it's harmless either way, waiting to see if talos results are back to normal. <!-- 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/3405) <!-- Reviewable:end -->
☀️ Test successful - status-appveyor, status-taskcluster |
…8970d1a90fe9 (WR PR #3405). r=kats servo/webrender#3405 Differential Revision: https://phabricator.services.mozilla.com/D14403 --HG-- extra : moz-landing-system : lando
…8970d1a90fe9 (WR PR #3405). r=kats servo/webrender#3405 Differential Revision: https://phabricator.services.mozilla.com/D14403
…8970d1a90fe9 (WR PR #3405). r=kats servo/webrender#3405 Differential Revision: https://phabricator.services.mozilla.com/D14403 UltraBlame original commit: 29c74238cd77c77810351adc8d1d3b003f8d733a
…8970d1a90fe9 (WR PR #3405). r=kats servo/webrender#3405 Differential Revision: https://phabricator.services.mozilla.com/D14403 UltraBlame original commit: 29c74238cd77c77810351adc8d1d3b003f8d733a
…8970d1a90fe9 (WR PR #3405). r=kats servo/webrender#3405 Differential Revision: https://phabricator.services.mozilla.com/D14403 UltraBlame original commit: 29c74238cd77c77810351adc8d1d3b003f8d733a
Follow-up to #3398
Aimed to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1513521
Pending try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=26ea31fd69e8ed47167f33afefbd711424f0250a
I think it's harmless either way, waiting to see if talos results are back to normal.
This change is