commit | 4b8d0ae907749440edb8f5f899e570d58e4d963b | [log] [tgz] |
---|---|---|
author | Taras Tsugrii <ttsugrii@fb.com> | Tue Jul 31 10:43:23 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Jul 31 10:44:49 2018 -0700 |
tree | 12c1b2bca4477dcf14230b591c9b730afd539bf9 | |
parent | 3852edd46cb777191728c42e62873e39fd9fe4c4 [diff] |
[Skylark] Avoid unnecessary copyOf invocations. According to async-profiler, about 50% of `Tuple.getSlice` method invocation is spent in `ImmutableList.copyOf` which is completely unnecessary for cases when an `ImmutableList` instance is passed. Closes #5699. PiperOrigin-RevId: 206787490
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.