commit | 7efa7f4966527da610e226dd0847ce6f36c679ff | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Wed Dec 04 09:50:11 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 04 09:51:12 2019 -0800 |
tree | 3d2f7aeaa70bd7877906c187ef822f35788800a2 | |
parent | 282958b55e7757615c10bc47c5132c0d92b8afc8 [diff] |
Java bootclasspath: use NestedSet Before this change, we start with a list, then convert it to a nested set, and then convert it back to a list. This causes unnecessary copying as well as lock contention (because NestedSetBuilder.wrap tries to intern the intermediate immutable lists). Unfortunately, the Starlark API exposes the bootclasspath as a list, so round-trips through Starlark still have to convert back and forth to/from nested set. PiperOrigin-RevId: 283775541
{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