commit | a5842e765cde4940ae1084abb939d4aa042c88cf | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Aug 03 16:03:03 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 03 16:04:16 2020 -0700 |
tree | 2cbffdb180bb587a7ad93ad86c0ffadabb17efc2 | |
parent | 71cc73388f42294596b74c60f14fc5956370d476 [diff] |
Add blaze flag and support for splitting OPTIMIZATION bytecode optimizer action. This adds a blaze flag ("split_bytecode_optimization_pass") to JavaOptions. There is no functional difference this CL makes as long as the flag isn't specified. When the flag is specified, the OPTIMIZATION stage in the bytecode optimizer will be split into 2 stages (OPTIMIZATION_INITIAL, OPTIMIZATION_FINAL), each taking slightly over half the time of the original OPTIMIZATION stage. PiperOrigin-RevId: 324702687
{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