[roll] Roll fuchsia [mold] Replaced bit set with a range set.

The old implementation of the set of composition IDs was backed by
a bit set since it was optimized for memory only. This led to
somewhat poor performance (O(N)) when using quite a lot of layers.
The bit set is being replaced in this CL with a range set that is
pretty memory efficient, but finds new layer IDs in constant time.

Testing: fx test mold-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/556381
Original-Revision: a594c031928d3be83fa09453b55f300342630c64
GitOrigin-RevId: 7635f19b23c960eec7433f1cc37cad5ba6b0fe99
Change-Id: I0904d25e6e5a95982ceab5f0cee2a7be6e0d997b
1 file changed
tree: 3daa3f304aa234ea734ebb83b898bf6374d2a0ae
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.