Skip to content
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

Faster display list transfer #9947

Merged
merged 2 commits into from Mar 23, 2016
Merged

Commits on Mar 22, 2016

  1. layout: Flatten display list transfer into a separately-transferred byte

    array, and consolidate the multitude of display list messages into one.
    
    Improves display list building performance by 50%-100% for small display
    lists.
    pcwalton committed Mar 22, 2016
  2. gfx: Allow images to be shipped to the WebRender thread without shipping

    over the data as well.
    
    WebRender doesn't need the data, as it acquires it separately.
    
    About a 50%-100% improvement in display list building time on
    browser.html.
    pcwalton committed Mar 22, 2016
You can’t perform that action at this time.