Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 5a48162dc88e0c3db7bc0a63dee0eb3182ef00e3
Author: Louis Dionne <ldionne.2@gmail.com>
Date: Mon Nov 18 10:48:09 2024 +0100

[libc++] Remove unnecessary std::vector accessors (#114423)

Now that we don't use __compressed_pair anymore inside std::vector, we
can remove some unnecessary accessors. This is a mechanical replacement
of the __alloc() and __end_cap() accessors, and similar for
std::vector<bool>.

Note that I consistently used this->__alloc_ instead of just __alloc_
since most of the code in <vector> uses that pattern to access members.
I don't think this is necessary anymore (and I'm even less certain I
like this), but I went for consistency with surrounding code. If we want
to change that, we can do a follow-up mechanical change.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 518548 2025-12-16T16:40:01 0:00:00
Previous 518490 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 4 0
Added Tests 1 18
Unchanged Tests 84 72
Total Tests 90

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
734_vpr_r 1.84% 15.384 15.667 - 0.00% -

Performance Improvements - execution_time Δ Previous Current σ Δ (B) σ (B)
710_omnetpp_r -3.47% 8.828 8.522 - 0.00% -
753_ns3_r -2.24% 10.634 10.395 - 0.00% -
723_llvm_r -1.54% 11.631 11.452 - 0.00% -
736_ocio_r -1.17% 16.364 16.172 - 0.00% -

Added Tests - execution_time
735_gem5_r

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.22s
Name Current %
706_stockfish_r 22.092 -
707_ntest_r 17.949 -
709_cactus_r 19.811 -
710_omnetpp_r 8.522 -3.47%
721_gcc_r 12.914 -
723_llvm_r 11.452 -1.54%
727_cppcheck_r 24.838 -
729_abc_r 18.670 -
731_astcenc_r 10.031 -
734_vpr_r 15.667 1.84%
735_gem5_r 13.561 -
736_ocio_r 16.172 -1.17%
737_gmsh_r 12.989 -
748_flightdm_r 8.864 -
750_sealcrypto_r 18.336 -
753_ns3_r 10.395 -2.24%
766_femflow_r 12.800 -
767_nest_r 14.196 -
Geometric Mean 14.307 -