commit | b93f8dafadd269d0f902db0308e87639647b128f | [log] [tgz] |
---|---|---|
author | Kurt Catti-Schmidt <kschmi@microsoft.com> | Wed Aug 20 16:37:25 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 20 16:37:25 2025 |
tree | 6d4800b4b02f5a547799b832c32f24c0f908bf48 | |
parent | 59bc39fe81e8d60bcfec34cdb5b8932177f6d62d [diff] |
Avoid Member<>'s on stack in renderer/core/inspector Per crbug.com/40209908 Member<>'s on the stack have extra overhead and should be avoided. This change converts them to Member<>&'s, which do not incur this overhead. No behavioral changes are expected (other than slightly less Oilpan overhead). Bug: 439630585 Change-Id: Ib981b49442825b3021ff450529b87b8fbd9591ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6858650 Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1504012}
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.