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

Make all alt builders produce parallel-enabled compilers #64722

Merged
merged 2 commits into from
Oct 2, 2019

Commits on Sep 23, 2019

  1. Make all alt builders produce parallel-enabled compilers

    We're not quite ready to ship parallel compilers by default, but the alt
    builders are not used too much (in theory), so we believe that shipping
    a possibly-broken compiler there is not too problematic.
    Mark-Simulacrum committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a3639c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Make the default parallelism 1

    This changes the default parallelism for parallel compilers to one,
    instead of the previous default, which was "num cpus". This is likely
    not an optimal default long-term, but it is a good default for testing
    whether parallel compilers are not a significant regression over a
    sequential compiler.
    
    Notably, this in theory makes a parallel-enabled compiler behave
    exactly like a sequential compiler with respect to the jobserver.
    Mark-Simulacrum committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    1a1067d View commit details
    Browse the repository at this point in the history