commit | 741d5350cfd8223704c90e511f44a03a607f134b | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Fri Nov 16 17:17:32 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 16 17:17:32 2018 |
tree | 6ccdcfe90429076dad270b1730f49ef5efe1fccb | |
parent | 08d77f2bf2c8fcc644508037e7df7fb4619b1e1d [diff] |
Have linux-jumbo-rel build with non-goma jumbo chunk size Currently linux-jumbo-rel, the CQ bot, builds with the default jumbo chunk size, and since it uses goma that is 8. Building with relatively small chunks (8) means that it doesn't notice symbol clashes that happen with larger chunks so it's better to build with the non-goma default, 50. This will slightly reduce parallelism of builds, and might trigger more files to be recompiled for changes, but it will also bring along with it the benefits of larger jumbo chunks (less CPU cycles spent per compiled cc file, faster linking) so it's not obvious how it will affect performance, if at all. Bug: 905588 Change-Id: I950ef63093f60580e98891aa0f556fa57b5d6628 Reviewed-on: https://chromium-review.googlesource.com/c/1337496 Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#608822}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .