commit | 58be0c7913d73e999e830e2fe94aadf0e5c2ed73 | [log] [tgz] |
---|---|---|
author | jhorvitz <jhorvitz@google.com> | Mon Mar 08 14:14:00 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 08 14:15:20 2021 -0800 |
tree | ec89e7fe088a24e148dcfd6681085f76e473ffa6 | |
parent | 63c8a22d46a8aee29843d23950f8999a62785aea [diff] |
Reduce memory cost of `ObjcLibrary`. `LibraryToLink`'s generated `AutoValue` class contains 20 fields, but `ObjcLibrary` typically only needs two of them - the rest are either `null` or `false`. To accommodate this, introduced a specialized `StaticOnlyLibraryToLink` implementation with only the two necessary fields. We lose out on the memoization of the four `LinkerInputs.LibraryToLink`-returning methods, but for `ObjcLibrary` these are never called multiple times anyway. It seems rare that they are ever called multiple times, but I left the memoization (using `@Memoized` now) for the non-static-only case. To reduce duplicate instances, intern based on the defining `Artifact`. This also takes care of duplicate strings created in `CcLinkerOutputs#libraryIdentifierOf`. Made some other tangentially related optimizations. PiperOrigin-RevId: 361654318
{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