mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
c9d475c937
The original `__dynamic_cast` implementation does not use the ABI-provided `src2dst_offset` parameter which helps improve performance on the hot paths. This patch improves the performance on the hot paths in `__dynamic_cast` by leveraging hints provided by the `src2dst_offset` parameter. This patch also includes a performance benchmark suite for the `__dynamic_cast` implementation. Reviewed By: philnik, ldionne, #libc, #libc_abi, avogelsgesang Spies: mikhail.ramalho, avogelsgesang, xingxue, libcxx-commits Differential Revision: https://reviews.llvm.org/D138005 |
||
---|---|---|
.. | ||
algorithms | ||
libcxxabi | ||
algorithms.partition_point.bench.cpp | ||
allocation.bench.cpp | ||
CartesianBenchmarks.h | ||
CMakeLists.txt | ||
ContainerBenchmarks.h | ||
deque_iterator.bench.cpp | ||
deque.bench.cpp | ||
filesystem.bench.cpp | ||
format_to_n.bench.cpp | ||
format_to.bench.cpp | ||
format.bench.cpp | ||
formatted_size.bench.cpp | ||
formatter_float.bench.cpp | ||
formatter_int.bench.cpp | ||
function.bench.cpp | ||
GenerateInput.h | ||
join_view.bench.cpp | ||
lexicographical_compare_three_way.bench.cpp | ||
lit.cfg.py | ||
lit.site.cfg.py.in | ||
map.bench.cpp | ||
monotonic_buffer.bench.cpp | ||
ordered_set.bench.cpp | ||
random.bench.cpp | ||
std_format_spec_string_unicode.bench.cpp | ||
string.bench.cpp | ||
stringstream.bench.cpp | ||
to_chars.bench.cpp | ||
unordered_set_operations.bench.cpp | ||
util_smartptr.bench.cpp | ||
Utilities.h | ||
variant_visit_1.bench.cpp | ||
variant_visit_2.bench.cpp | ||
variant_visit_3.bench.cpp | ||
VariantBenchmarks.h | ||
vector_operations.bench.cpp |