Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Conversation

pcwalton
Copy link
Contributor

@pcwalton pcwalton commented May 3, 2016

There are two changes here:

  • BuiltDisplayListRef is a display list that references a buffer
    instead of owning it.
  • AuxiliaryLists can now reference a subset of a vector.

This allows us to avoid several copies of the underlying buffer, which
improves performance.

r? @glennw

copies.

There are two changes here:

* `BuiltDisplayListRef` is a display list that references a buffer
  instead of owning it.

* `AuxiliaryLists` can now reference a subset of a vector.

This allows us to avoid several copies of the underlying buffer, which
improves performance.
pcwalton added a commit to pcwalton/webrender that referenced this pull request May 3, 2016
@nox
Copy link
Contributor

nox commented May 3, 2016

Why not make BuiltDisplayListRef::data return &'a [u8]?

@glennw
Copy link
Member

glennw commented Jun 13, 2016

@pcwalton What's the status of this?

@bors-servo
Copy link

☔ The latest upstream changes (presumably #59) made this pull request unmergeable. Please resolve the merge conflicts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants