commit | 52fa20f5830c2500f5f0f6c9f4522bf75583ce36 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Wed Jun 06 11:45:28 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Jun 06 11:47:08 2018 -0700 |
tree | 0fd94fcebe75987fdb048155bfa79b397e3df6f6 | |
parent | 4c72a82ada742bd369185cd07c57f96c497ce440 [diff] |
Build support for enabling cross binary FDO optimization. Crossbinary FDO optimization is a special form of AutoFDO which uses a synthetic profile to optimize targets without any profile. The synthetic profile will often be used as a default profile and will use .xfdo as suffix. It will be passed though option -fdo_optimize just like Autofdo profile. If .xfdo file is passed through -fdo_optimize in the same command line with other types of profiles, .xfdo file will be neglected. RELNOTES: Build support for enabling cross binary FDO optimization. PiperOrigin-RevId: 199501260
{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.