commit | 16c040854db04fed900a1d3abb5ff6a4337a2028 | [log] [tgz] |
---|---|---|
author | leba <leba@google.com> | Mon May 03 13:17:07 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 03 13:18:09 2021 -0700 |
tree | 2a7ea8570841f63bf5efff8f83fa06574b38c0ae | |
parent | e5a170ff21acbbe7cd889055c406e7dc10182b9b [diff] |
Adding --experimental_skyframe_cpu_heavy_skykeys_thread_pool_size to blaze. This flag allows the loading/analysis phase of Skyframe to use 2 independent thread pools: - 1 larger one for IO-bound tasks, and - 1 smaller one (size ~= numCores) for CPU-bound tasks This is currently not applied to the execution phase, since ActionExecutionFunction is both IO and CPU bound. PiperOrigin-RevId: 371763857
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md