commit | 364b77ed34afcd07d48313472e8fe3b260a8312f | [log] [tgz] |
---|---|---|
author | djasper <djasper@google.com> | Tue Dec 08 01:50:06 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 08 01:51:10 2020 -0800 |
tree | 14549d6334bdd5806f15e6b7ee5d677620934235 | |
parent | ba5bf5f794750e47f3ccb7b349f5ed8789324fb2 [diff] |
Fix a source of contention in LegacyIncludeScanner.lookup(). This is another instance where CompactHashMap's computeIfAbsent() is used with a computation that is not short and simple, leading to contention. RELNOTES: None. PiperOrigin-RevId: 346276142
{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