diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-07-24 17:14:59 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-07-24 17:14:59 -0600 |
commit | ed1b6a3513e7546b580693f554a081bc0c7c478a (patch) | |
tree | 8393cc22fdb850f3d634b10abf2a9b40e77b964d /components/script/layout_interface.rs | |
parent | 135ef35f6dee05d7f06caef335bfe726a0a1b55a (diff) | |
parent | 626974994a739f27373c93b19830eaa6828cc387 (diff) | |
download | servo-ed1b6a3513e7546b580693f554a081bc0c7c478a.tar.gz servo-ed1b6a3513e7546b580693f554a081bc0c7c478a.zip |
Auto merge of #6705 - pcwalton:image-cache-shmem, r=jdm
canvas: Move to shared memory for images and canvas backing stores.
The idea here is to land this before making images and canvas IPC-safe,
because this will shake out bugs relating to the shared memory. There
are currently test timeouts that are preventing multiprocess images and
canvas from landing, and I believe those are due to the inefficiency of
sending large amounts of data in the unoptimized builds we test with. By
moving to shared memory, this should drastically reduce the number of
copies and `serde` serialization.
Under the hood, this uses Mach OOL messages on Mac and temporary
memory-mapped files on Linux.
r? @jdm
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6705)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/layout_interface.rs')
0 files changed, 0 insertions, 0 deletions