[roll] Roll fuchsia [sestarnix] Reduce memory residency for types

Rather than store all type information in memory as a SymbolList<Type>
we now use a vector of offsets into the binary policy and a hash table
from type name to type ID.

Original-Bug: 479180246
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1493676
Original-Revision: 4796da77585c73902921c6e7cc2e903aea5cb6ae
GitOrigin-RevId: 5b859430ccf187e63c1c6a4e60fb74c3c9830e08
Change-Id: Id908269cd7e4ae11931b2555b52bd8e7354a782d
1 file changed
tree: 0301f7e568ad4765166a782b47689f193a4e679f
  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.