Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 52b27c2bd627c4b83d94b945748faf237cc28a3c
Author: Louis Dionne <ldionne.2@gmail.com>
Date: Tue Jun 24 13:58:49 2025 -0400

[libc++] Refactor basic_filebuf::overflow() (#144793)

Refactor the function to streamline the logic so it matches the
specification in [filebuf.virtuals] more closely. In particular, avoid
modifying the put area pointers when we loop around after a partial
codecvt conversion.

Note that we're technically not up-to-spec in this implementation, since
the Standard says that we shouldn't try more than once after a partial
codecvt conversion. However, this refactoring attempts not to change any
functionality.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 542102 2025-12-16T16:40:01 0:00:00
Previous 543433 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 2 0
Added Tests 1 17
Unchanged Tests 82 68
Total Tests 85

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
707_ntest_r 2.60% 17.922 18.389 - 0.00% -
709_cactus_r 1.13% 19.804 20.027 - 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


Report Time: 0.63s