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 upReimplement the COW DOM #447
Closed
Comments
|
Is there any publicly available discussion, or at least description of the ideas? Measuring the performance of this stuff to validate the design is, imo, is a much higher priority than a lot of the other stuff we seem to be doing (e.g. border painting stubs). |
|
@bzbarsky No, I do not think there is anything written down on this subject. |
|
We've punted on the COW DOM. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Fix shader compile error for image + clip + transform. Closes servo#437. <!-- 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/447) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Servo had a copy-on-write DOM for a while, but it was complicated and we removed it. Now we want it again, but have some different ideas about the implementation.
TODO: Outline design.