| commit | a3ea653507223c1f0e30b2f5c83cb7c385f188d9 | [log] [tgz] |
|---|---|---|
| author | Ian McKellar <ianloic@fuchsia.infra.roller.google.com> | Tue Apr 29 15:14:40 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 29 15:18:10 2025 -0700 |
| tree | 1330448a7458350af0099be96ef5396abb4167f4 | |
| parent | da6a9bc34247666bc93726eda16137bfff57f009 [diff] |
[roll] Roll fuchsia [fidl][cpp] Move function bodies out of natural & driver headers This moves almost all function bodies out of generated bindings headers for natural bindings and both flavours of driver transport bindings. This means that they're only evaluated and compiled once per build (modulo toolchain, subbuild, etc). Because these headers are very widely included this has an impact on the build time for many compilation units. The remaining function bodies mostly just constexpr functions associated with bits and enum types. I compared compile times for one of the slower targets in our C++ build, src/connectivity/bluetooth/hci/transport/uart/bt_transport_uart.cc and it reduced the compile time (averaged measured with hyperfine) from an average of 40.5s to 19.0s, a 53% speedup. There were some microbenchmark regressions but they were largely in the setup and teardown parts steps and in benchmarks that don't represent what's heavily used in production. Original-Bug: 361634289 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1260904 Original-Revision: 1e6091f5dd7faf9e09c252b37a633f4eacbb633f GitOrigin-RevId: fce43f7826747cfa89c0e0c4fe863068962ab429 Change-Id: I8d6a02c906e42b3c2613ce8c0521d02af13b322b
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 in one of the communication channels documented at get involved.
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.