commit | 728717eff66457327d5f632fce8c05fdc7fdd66d | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <wangxianzhu@chromium.org> | Thu Feb 27 19:58:21 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 19:58:21 2025 |
tree | 8e4881dddf83fd5b685a92cdfaf9189088fee643 | |
parent | f0242adc3167436e1dc05f930aee297c0d3abd2f [diff] |
Set LimitLayerMergeDistance:limit/16 by default The number is chosen kind of arbitrarily. It doesn't seem to affect speedometer3 [1] and motionmark [2], but improves performance in the bug case (before we optimize generation of PaintChunks). Hopefully it will prevent worst case of layerization performance while doesn't change layerization results very much. (These were tested with limit/8) [1] https://pinpoint-dot-chromeperf.appspot.com/job/1674832fa10000 [2] https://pinpoint-dot-chromeperf.appspot.com/job/13c01c68610000 Bug: 40929618 Change-Id: I8b509006c0b73dcef003fcb71ca180c6617b7259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6287967 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425874}
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.