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

style: Make Servo use a single thread-pool for layout-related tasks per process. #22487

Merged
merged 1 commit into from Dec 23, 2018

Commits on Dec 23, 2018

  1. style: Make Servo use a single thread-pool for layout-related tasks p…

    …er-process.
    
    Instead of per-document. This also allows to reuse this thread-pool if needed
    for other stuff, like parallel CSS parsing (#22478), and to share more code with
    Gecko, which is always nice.
    emilio committed Dec 23, 2018
You can’t perform that action at this time.