| commit | eedd45ad585cc81cdc22f2efd2bc6f0cf3b3408c | [log] [tgz] |
|---|---|---|
| author | Adam Perry <adamperry@fuchsia.infra.roller.google.com> | Thu Jan 04 21:36:51 2024 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Jan 04 13:38:16 2024 -0800 |
| tree | d25fca7298279d14980dcb8f1f198e3406cf1aaa | |
| parent | c8f084680563cdd1fd4312178b467374c2d3c51e [diff] |
[roll] Roll fuchsia [starnix] parking_lot -> fuchsia-sync parking_lot has a few disadvantages for Fuchsia: * adaptive spin w/ thread yields is great for microbenchmarks but has poor system-wide interactions with interrupts and the scheduler * the parking lot abstraction doesn't convey priority inheritance * implicit heap allocations make it unsuitable for use cases like instrumentation code By contrast, fuchsia-sync is built directly on top of our libsync and Zircon futexes. It tends to perform slightly worse on microbenchmarks because it lacks an adaptive spin but feedback from the kernel team is that we should see better whole-system performance with this implementation. It's also possible that changing synchronization strategies will surface new test flakes in code with latent timing bugs. Original-Bug: b/42169853 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/966897 Original-Revision: caff3e14163540bc7685a2c465b52e718290e724 GitOrigin-RevId: e01786196b92b82da5e8505822de32ae3666241f Change-Id: I99d5725d033c7996753e900c712a72a527fceb75
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.