| commit | dbf74e646f98215ffc0e1494de01f0156ff5a82a | [log] [tgz] |
|---|---|---|
| author | Kalvin Lee <kdlee@chromium.org> | Mon Apr 07 15:24:07 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 07 15:24:07 2025 |
| tree | 432f4f4c8844c5acd9fd39cd1b3404c244c6dbb4 | |
| parent | a4cd381a565f494407626a587be8bb51bb6f9c2d [diff] |
spanify: Renewed arrayification (X/43) This CL is part of the wider spanification / arrayification effort [1] and does not (intentionally) introduce behavioral change. It applies the `std::array` rewrite to remoting as close as possible to the output directly written by `spanify`, with no hand-rolled fixes (except where rebasing would require). This change (and its siblings taken together) is thought not to cause any measurable perf regressions [2]. [1] https://issues.chromium.org/356643982 [2] https://docs.google.com/document/d/1jughaR6JKn7T-dDjMou10awyNkhE5T-vLY_K2YMqHE4/edit?tab=t.0#heading=h.r2eguxl5lhu7 This CL was uploaded by an experimental version of git cl split (https://crbug.com/389069356). Bug: 406029216 Change-Id: Ic9d073d7fa94bd73ceeb005b49f991383acbbb3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6433498 Commit-Queue: Kalvin Lee <kdlee@chromium.org> Reviewed-by: Joe Downing <joedow@chromium.org> Auto-Submit: Kalvin Lee <kdlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443496}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.