Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 5ce981e76da4094efd055ded54d1f756b1286f18
Author: Peng Liu <winner245@hotmail.com>
Date: Tue Nov 26 16:00:14 2024 -0500

[libc++] Refactor vector move constructor with allocator (#116449)

This PR simplifies the implementation of std::vector's move constructor
with an alternative allocator by invoking __init_with_size() instead of
calling assign(), which ultimately calls __assign_with_size(). The
advantage of using __init_with_size() lies in its internal use of
an exception guard, which simplifies the code. Furthermore, from a
semantic standpoint, it is more intuitive for a constructor to call
an initialization function than an assignment function.
Filter

ldionne-old-macbook-results test results

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


Tests Summary

Status Group # # (B)
Added Tests 0 17
Unchanged Tests 90 73
Total Tests 90

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.17s