Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 27c83382d83dce0f33ae67abb3bc94977cb3031f
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Mon Sep 16 11:08:57 2024 +0200

[libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756)

This significantly simplifies the code, improves compile times and
improves the object layout of types using `__compressed_pair` in the
unstable ABI. The only downside is that this is extremely ABI sensitive
and pedantically breaks the ABI for empty final types, since the address
of the subobject may change. The ABI of the whole object should not be
affected.

Fixes #91266
Fixes #93069
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 511873 2025-12-16T16:40:01 0:00:00
Previous 511805 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.12s