commit | bf4ece0b5c2fb4aad6aa5120f75feb3f47a8491d | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Tue Jun 29 08:38:26 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 29 08:38:26 2021 |
tree | dff8c4d436b9c25adbd9abb56d97014b20d8701e | |
parent | a964e92b50e54676cee02fab56a595784ccfe0a9 [diff] |
Don't include stl_util.h in integer_to_string_conversion.h stl_util.h is a big header, and integer_to_string_conversion.h is included a lot (ca 7k instances or 20% of all translation units, for the chrome target). Include graph analysis shows [1] that this edge was responsible for adding ca 1.6 GB to the source size processed by the compiler for the chrome target on linux. [1] https://commondatastorage.googleapis.com/chromium-browser-clang/chrome_includes_2021-06-28_125122.html#view=edges&includer=%5Ethird_party%2Fblink%2Frenderer%2Fplatform%2Fwtf%2Ftext%2Finteger_to_string_conversion%5C.h%24 Bug: 242216, 1194078 Change-Id: Ia51e2c704a7c4e7194f37114b316f3ebcffde147 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2992303 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#896820}
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.