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 upConsider moving the IPC boundary in Servo from WR to the constellation. #1049
Comments
|
Gecko currently avoids using WebRender through IPC and the current IPC code in WebRender is not very efficient (see #1041). The simplification that could come from removing the ipc stuff from webrender would be nice. |
|
The IPC API was removed from WebRender. Is this issue still relevant? |
|
Nope. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the conversation in #991 and linked IRC log. This is split from that.
This will allow us to move all the IPC complexity back into Servo, and probably tidy the API a bit (also making it more efficient where IPC is not needed).
cc @nical @staktrace