[roll] Roll fuchsia Revert "[rust] Remove performance overrides"

This reverts commit b8f2945039bddd6ff3dde80ba60d94923dc9bec8.

Reason for revert: Caused a major rendering performance regression

Original-Bug: 87582

Original change's description:
> [rust] Remove performance overrides
>
> Release builds are already optimized.
> In fact they're optimized slightly better, so this change saves 16kb.
> No need to apply the same to debug builds, it just slows down builds.
>
> Ran perfcompare to ensure no impact.
> https://logs.chromium.org/logs/turquoise/buildbucket/cr-buildbucket/8832902882399562849/+/u/compare_perf_test_results_without_and_with_CL/stdout
> https://logs.chromium.org/logs/turquoise/buildbucket/cr-buildbucket/8832902882399562865/+/u/compare_perf_test_results_without_and_with_CL/stdout
>
> One test showed significant results,
> but it doesn't look related, so noise maybe?
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/596043

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/599425
Original-Revision: 97039329d7cdcafd19ec8562d55c4ba12251b6d0
GitOrigin-RevId: 650f5e3176871595cd3da7838a657664142f0cc1
Change-Id: I09400877804cc9d0f75a5defeb4144ba456579a1
1 file changed
tree: 037000e2d40749ec23958fb3e3644b45db41d9b3
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.