commit | eb23bb00738cd9a14174a86065b0a64331a1ccea | [log] [tgz] |
---|---|---|
author | ccalvarin <ccalvarin@google.com> | Thu Aug 17 21:31:36 2017 +0200 |
committer | Irina Iancu <elenairina@google.com> | Fri Aug 18 09:01:41 2017 +0200 |
tree | b3b5c6f3225c10361cae4b00f45391627578c148 | |
parent | 8b4f9f51f664c722f76d224a4d19c41d10cd20b7 [diff] |
Remove unnecessary options parser caching. The options parser already has a static cache of all the reflection work performed. There can still be costs associated with the obtaining and combining of options classes (see the BlazeCommandDispatcher's additional caching), but in this case, each parser is made with a single options class, and none of the class-name extraction was being cached, so I think there was nothing gained. RELNOTES: None. PiperOrigin-RevId: 165613107
{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 system. 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.