commit | 9d545b15a4c558a3f25f7c8ae90360c8d19e13a9 | [log] [tgz] |
---|---|---|
author | twerth <twerth@google.com> | Thu Dec 10 09:30:28 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Dec 10 09:31:39 2020 -0800 |
tree | 0b7d01dd1beeb6c1c3f195ac45ea3746324bc04b | |
parent | a13f590b69bcbcaa10b1a49bfd9a4607dfbd8f47 [diff] |
Automated rollback of commit 09f26fdadfad0e2e5fed4f377b564213d894bf49. *** Reason for rollback *** Only change to the include scanner, potentially the culprit of b/175294870 *** Original change description *** Reduce needless contention in the include scanner's fileParseCache. The computeIfAbsent() function of ConcurrentHashMap is supposed to have a fast implementation and the map will then allow ~number of processors concurrent writes. However, reading a file and extracting the include lines can be a costly IO operation that does not fit this bill. Use futures instead. RELNOTES: None. PiperOrigin-RevId: 346800721
{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