Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 51e91b64d0deb6a743861c2a0fba84865250036e
Author: itrofimow <i.trofimow@yandex.ru>
Date: Mon Jan 22 19:12:41 2024 +0400

[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534)

This patch implements __cxa_init_primary_exception, an extension to the
Itanium C++ ABI. This extension is already present in both libsupc++ and
libcxxrt. This patch also starts making use of this function in
std::make_exception_ptr: instead of going through a full throw/catch
cycle, we are now able to initialize an exception directly, thus making
std::make_exception_ptr around 30x faster.
Filter

ldionne-old-macbook-results test results

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


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.12s