commit | 73d2958537dd9c29ae568c2d54d76b831d937e5a | [log] [tgz] |
---|---|---|
author | Mark Seaborn <mseaborn@fuchsia.infra.roller.google.com> | Fri Sep 06 00:27:05 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 05 17:29:15 2024 -0700 |
tree | fcc389511e84fd8c5417e05864a1a234a73154be | |
parent | e73221de82845c697b09148cd590543b855ac661 [diff] |
[roll] Roll fuchsia [fidl][rust] Slightly improve initialisation of thread-local buffers We don't need to check if the buffer capacity is zero each time we use the buffer. We can just reserve the default capacity in the TlsBuf constructor, which is run lazily anyway (by std::thread::LocalKey::with()). The thread-local buffer's capacity should never get shrunk. This will avoid one conditional and reduce the size of this inlined code a little. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1113476 Original-Revision: 70c0d11c406cd222ba5a353a6bb2542d91b3d2a6 GitOrigin-RevId: d5af5d05ae1f289575300388e2c3d7d6b8098596 Change-Id: I57ab667649891bf9600c561da82acfeffc351444
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
.