commit | 146a0a306fd15189dd3d4e036622221ce91c3165 | [log] [tgz] |
---|---|---|
author | Moritz Firsching <[email protected]> | Thu Apr 08 17:43:19 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Apr 08 17:43:19 2021 |
tree | 98de49a54d218bae6561d8916e108cf043c6ffab | |
parent | fd28fdf0b35a734f8e404a8c49a8d9f69f420c22 [diff] |
third_party/libjxl: Update to latest version to reduce bss size. This updates third_party/libjxl to include one CL in libjxl on top of 0.3.7 which moves two large static const variables from .bss to the heap. This reduces the .bss memory when libjxl is not used. Bug: 1196817 Bug: 1196823 Change-Id: I328afb323296c9a69012a05ee29a29d480a6c458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2814606 Auto-Submit: Moritz Firsching <[email protected]> Commit-Queue: Dale Curtis <[email protected]> Reviewed-by: Dale Curtis <[email protected]> Cr-Commit-Position: refs/heads/master@{#870601}
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.