Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 649cbcc3764c554c9c9839f021d073fa9a9f0515
Author: Peng Liu <winner245@hotmail.com>
Date: Wed Mar 26 12:02:03 2025 -0400

[libc++] Remove unnecessary division and modulo operations in bitset (#121312)

The PR removes the unnecessary division and modulo operations in the
one-word specialization `__bitset<1, _Size>`. The reason is that for the
one-word specialization, we have `__pos < __bits_per_word` (as
`__bitset<1, _Size>` is an implementation detail only used by the public
`bitset`). So `__pos / __bits_per_word == 0` and `__pos / __pos %
__bits_per_word == __pos`.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 532017 2025-12-16T16:40:01 0:00:00
Previous 531883 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 4 0
Performance Improvements 3 0
Added Tests 0 18
Unchanged Tests 83 72
Total Tests 90

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
727_cppcheck_r 2.90% 24.840 25.561 - 0.00% -
707_ntest_r 1.90% 17.945 18.286 - 0.00% -
748_flightdm_r 1.67% 8.915 9.064 - 0.00% -
731_astcenc_r 1.25% 9.966 10.090 - 0.00% -

Performance Improvements - execution_time Δ Previous Current σ Δ (B) σ (B)
734_vpr_r -1.81% 15.499 15.218 - 0.00% -
723_llvm_r -1.36% 11.554 11.397 - 0.00% -
737_gmsh_r -1.03% 13.185 13.049 - 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.09s
Name Current %
706_stockfish_r 22.142 -
707_ntest_r 18.286 1.90%
709_cactus_r 19.705 -
710_omnetpp_r 8.401 -
721_gcc_r 12.927 -
723_llvm_r 11.397 -1.36%
727_cppcheck_r 25.561 2.90%
729_abc_r 18.742 -
731_astcenc_r 10.090 1.25%
734_vpr_r 15.218 -1.81%
735_gem5_r 14.018 -
736_ocio_r 16.163 -
737_gmsh_r 13.049 -1.03%
748_flightdm_r 9.064 1.67%
750_sealcrypto_r 18.413 -
753_ns3_r 10.639 -
766_femflow_r 12.853 -
767_nest_r 14.189 -
Geometric Mean 14.385 -