commit | 51ff642074cb9c543cbd17395afd7f4b73eec92e | [log] [tgz] |
---|---|---|
author | Dragos Tiselice <dtiselice@fuchsia.infra.roller.google.com> | Fri Jul 16 15:26:50 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 16 08:28:10 2021 -0700 |
tree | 3daa3f304aa234ea734ebb83b898bf6374d2a0ae | |
parent | 41077e4af96a2e7449035797ddb40b05f1db19ac [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.