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

Start-up clean-up #74122

Merged
merged 4 commits into from
Jul 11, 2020
Merged

Start-up clean-up #74122

merged 4 commits into from
Jul 11, 2020

Commits on Jul 10, 2020

  1. Eliminate rust_input.

    It has a single call site and having it as a separate (higher-order!)
    function makes the code harder to read.
    nnethercote committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    0a7d297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e8ec2d View commit details
    Browse the repository at this point in the history
  3. Tweak spawn_thread_pool.

    This makes the two versions (parallel and non-parallel) more similar to
    each other.
    nnethercote committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    4ad5de2 View commit details
    Browse the repository at this point in the history
  4. Change some function names.

    A couple of these are quite long, but they do a much better job of
    explaining what they do, which was non-obvious before.
    nnethercote committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    bf70786 View commit details
    Browse the repository at this point in the history