Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 029cb8aff1450ed6d69f671a5e5e3e226316b42a
Author: Peng Liu <winner245@hotmail.com>
Date: Wed Mar 19 11:58:02 2025 -0400

[libc++] Fix copy_backward for vector<bool> with small storage types (#131560)

This patch fixes an issue in libc++ where `std::copy_backward` and
`ranges::copy_backward` incorrectly copy `std::vector<bool>` with small
storage types (e.g., `uint8_t`, `uint16_t`). The problem arises from
flawed bit mask computations involving integral promotions and sign-bit
extension, leading to unintended zeroing of bits. This patch corrects
the bitwise operations to ensure correct bit-level copying.

Fixes #131718.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 531225 2025-12-16T16:40:01 0:00:00
Previous 531055 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 2 0
Performance Improvements 6 0
Added Tests 0 18
Unchanged Tests 82 72
Total Tests 90

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
710_omnetpp_r 1.62% 8.410 8.546 - 0.00% -
767_nest_r 1.22% 13.993 14.164 - 0.00% -

Performance Improvements - execution_time Δ Previous Current σ Δ (B) σ (B)
734_vpr_r -2.12% 15.581 15.252 - 0.00% -
707_ntest_r -1.83% 18.250 17.916 - 0.00% -
709_cactus_r -1.67% 20.042 19.707 - 0.00% -
766_femflow_r -1.41% 12.969 12.786 - 0.00% -
736_ocio_r -1.26% 16.343 16.137 - 0.00% -
737_gmsh_r -1.04% 13.237 13.099 - 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
735_gem5_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.23s
Name Current %
706_stockfish_r 22.071 -
707_ntest_r 17.916 -1.83%
709_cactus_r 19.707 -1.67%
710_omnetpp_r 8.546 1.62%
721_gcc_r 12.953 -
723_llvm_r 11.445 -
727_cppcheck_r 24.637 -
729_abc_r 18.703 -
731_astcenc_r 10.130 -
734_vpr_r 15.252 -2.12%
735_gem5_r 13.800 -
736_ocio_r 16.137 -1.26%
737_gmsh_r 13.099 -1.04%
748_flightdm_r 8.887 -
750_sealcrypto_r 18.317 -
753_ns3_r 10.750 -
766_femflow_r 12.786 -1.41%
767_nest_r 14.164 1.22%
Geometric Mean 14.331 -