Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit d70e50b0da85970ddcbb632e6068d558a7cce5e6
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Tue Aug 12 20:29:05 2025 +0200

[libc++] Don't try to used noexcept in C++03

`__is_nothrow_invocable` isn't used in C++03, so we never noticed that
it's not `constexpr`. This is caught by the clang-tidy ADL check
with LLVM 22, since it's treated like a normal function call in C++03.
It's only caught with LLVM 22, since `__builtin_invoke` wasn't available
before.
Filter

ldionne-old-macbook-results test results

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


Tests Summary

Status Group # # (B)
Performance Improvements 1 0
Added Tests 1 17
Unchanged Tests 83 68
Total Tests 85

Performance Improvements - execution_time Δ Previous Current σ Δ (B) σ (B)
729_abc_r -1.25% 18.947 18.711 0.067 0.00% 0.067

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


Report Time: 0.06s