[libcxx-commits] [libcxx] [libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (PR #76756)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 25 08:34:19 PDT 2024
================
@@ -40,12 +40,12 @@ Implemented Papers
- TODO
-
Improvements and New Features
-----------------------------
-- TODO
-
+- The internal structure ``__compressed_pair`` has been replaced with ``[[no_unique_address]]``, resulting in reduced
+ compile times and smaller debug information as well as better code gen if optimizations are disabled. The Chromium
----------------
ldionne wrote:
```suggestion
compile times and smaller debug information as well as better code generation if optimizations are disabled. The Chromium
```
https://github.com/llvm/llvm-project/pull/76756
More information about the libcxx-commits
mailing list