[roll] Roll fuchsia [inspect] ValueList stores small types unboxed.

Eliminating unnecessary boxing results in both lower memory overhead
and faster performance.

Performance: Perfcompare runs indicate improvements of ~10% in many
`fuchsia.rust_inspect.benchmarks` metrics.

Memory: Using http://fxrev.dev/1558280 to test the impact on Power
Framework components with full Inspect buffers indicates memory
reduction of 670 kB for System Activity Governor and 2.4 MB for Power
Broker.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1557160
Original-Revision: cf9e6a167eb446563d1474ae091df9e57d1b539d
GitOrigin-RevId: 194b2078bbd0e7441207e6ada154895f0431b9bc
Change-Id: Icd0ee2d431caf23df86b5b5267ea3b00e20040d3
1 file changed
tree: 75182882fce5a33fa1aa32c5be9c8d02947fdd39
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.