commit | 715f3914c044d2a4c08907ab8d3302d9e9082aea | [log] [tgz] |
---|---|---|
author | Joseph Chao <josephchao@google.com> | Fri Apr 01 14:41:14 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 01 14:41:14 2022 |
tree | 2da52e2436895a105805f592fb83f84e56aa3b73 | |
parent | 93281d74ead5e8170cee1079a81f65e7c6da21eb [diff] |
Re-patching r8 to keep class merging within the same file Bug: 1312030 Enabling horizontal class merging caused some startup regressions and we're speculating this might be because some critical, early use classes are being merged and bloated with classes that are almost never used. This patch adds a policy that will enforce horizontal class merging to only merge classes within the same file and avoid this issue. Change-Id: Ib6272daafeee91dddfc1311b29bdb3fea4565f30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3564699 Reviewed-by: Sam Maier <smaier@chromium.org> Commit-Queue: Joseph Chao <josephchao@google.com> Cr-Commit-Position: refs/heads/main@{#987903}
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.