commit | 1fc51486bc36d7906b6b54b9161b436111cdabf7 | [log] [tgz] |
---|---|---|
author | Jose Dapena Paz <jdapena@igalia.com> | Tue May 23 11:26:01 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 23 11:26:01 2023 |
tree | 29f24acc3be2c7c683cfab5d4c95e190bdb3c0b8 | |
parent | 8454f3a1c18fb9fe95f1cbd1fb39325e8b9ff5c1 [diff] |
GCC: workaround for multiple alignas priority in PartitionAddressSpace PoolSetup in PartitionAddressSpace is declared with two alignas specifiers when using thread isolation, one for page size, and the other for partition cache line. C++ is expected to apply the most strict alignas (the bigger one), but GCC gives more priority to last one. This has been reported in GCC at: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64236 To workaround this we change the order of the alignas declarations. Bug: 819294 Change-Id: Ic9e7662d8aeb94957f6a1f009b02d5b5fc60c655 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4552576 Commit-Queue: José Dapena Paz <jdapena@igalia.com> Reviewed-by: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1147775}
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.