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

Run a jobserver shared across all children #317

Open
sourcefrog opened this issue Apr 3, 2024 · 0 comments
Open

Run a jobserver shared across all children #317

sourcefrog opened this issue Apr 3, 2024 · 0 comments
Labels
enhancement New feature or request performance Making cargo mutants faster

Comments

@sourcefrog
Copy link
Owner

Rust builds know how to use the "jobserver" protocol, originally from GNU make, to avoid thrashing. If we run a jobserver from the parent then it might allow efficient use of resources by all build jobs. (It probably won't help with thrashing caused by tests, see #311.)

@sourcefrog sourcefrog added enhancement New feature or request performance Making cargo mutants faster labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Making cargo mutants faster
Projects
None yet
Development

No branches or pull requests

1 participant