Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 1d155412547b0073ecbbdccb02acc31273f3be49
Author: Peng Liu <winner245@hotmail.com>
Date: Sun Jan 5 08:08:50 2025 -0500

[libc++] Remove abandoned __append declaration in vector<bool> (#121673)

The `vector<bool>` implementation in libcxx contains a declaration of a
private `__append` function, which is neither defined nor used anywhere
in the codebase. This PR aims to remove this abandoned declaration, as
its presence is misleading and could lead to confusion during future
maintenance.

I have no idea why we have a declaration without a definition. My guess
is that the declaration might be inherited from the implementation of
`vector<T>`, where `__append` is both necessary and properly defined.
The declaration may have been inadvertently copied from `vector<T>` to
`vector<bool>` and subsequently abandoned, as `vector<bool>` never needs
it.
Filter

ldionne-old-macbook-results test results

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


Tests Summary

Status Group # # (B)
Performance Regressions 1 0
Performance Improvements 1 0
Added Tests 0 17
Unchanged Tests 88 73
Total Tests 90

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
727_cppcheck_r 3.46% 24.209 25.047 - 0.00% -

Performance Improvements - execution_time Δ Previous Current σ Δ (B) σ (B)
723_llvm_r -2.54% 11.785 11.485 - 0.00% -

Added Tests - execution_time
706_stockfish_r
707_ntest_r
709_cactus_r
710_omnetpp_r
721_gcc_r
723_llvm_r
727_cppcheck_r
729_abc_r
731_astcenc_r
734_vpr_r
736_ocio_r
737_gmsh_r
748_flightdm_r
750_sealcrypto_r
753_ns3_r
766_femflow_r
767_nest_r


Report Time: 0.16s