Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 4562efc674a5b5e052abdfc40047e82a359d0df0
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Thu Feb 6 09:35:24 2025 +0100

Reapply "[libc++] Simplify the implementation of reserve() and shrink_to_fit() (#113453)" (#125888)

The capacity is now passed correctly and a test for this path is added.

Since we changed the implementation of `reserve(size_type)` to only ever
extend,
it doesn't make a ton of sense anymore to have `__shrink_or_extend`,
since the code
paths of `reserve` and `shrink_to_fit` are now almost completely
separate.

This patch splits up `__shrink_or_extend` so that the individual parts
are in `reserve`
and `shrink_to_fit` depending on where they are needed.

This reverts commit 59f57be94f38758616b1339b293b43af845571af.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 526461 2025-12-16T16:40:01 0:00:00
Previous 526456 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)
750_sealcrypto_r 1.18% 18.422 18.639 - 0.00% -

Performance Improvements - execution_time Δ Previous Current σ Δ (B) σ (B)
748_flightdm_r -1.36% 8.994 8.872 - 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.20s