commit | 825e6ee88513a19cfebd0c5f6d71d657276ea255 | [log] [tgz] |
---|---|---|
author | Erik Chen <erikchen@chromium.org> | Tue Feb 08 02:51:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 08 02:51:50 2022 |
tree | 72a2f9d097be5710ceacceb0cfa422d35c982f2a | |
parent | ed699f27f2b02a43ac46477ed3c60bed40d4c679 [diff] |
Don't use -fsanitize=cfi-icall for lacros. Lacros is built with -fsanitize=cfi-icall because it copied linux-chrome's build configuration. No other OS, including ash, uses this CFI option. This slows down lacros speedometer performance (excluding graphics) by ~6% on a local device. Since this change is not intentional, I will change Lacros to use the same configuration as ash. Bug: 1251486, 1159424 Change-Id: I39605dd851ebdb7ef0a0512588f79a7cdc76faf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3444823 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#968145}
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.