hanchenye-llvm-project/libcxx/benchmarks
Aditya Kumar 38bc3df8a3 [locale] Avoid copy of __atoms when char_type is char
The function num_get<_CharT>::stage2_int_prep makes unnecessary copy of src
into atoms when char_type is char. This can be avoided by creating
a switch on type and just returning __src when char_type is char.

Added the test case to demonstrate performance improvement.
In order to avoid ABI incompatibilities, the changes are guarded
with a macro _LIBCPP_ABI_OPTIMIZED_LOCALE_NUM_GET

Differential Revision: https://reviews.llvm.org/D30268
Reviewed by: EricWF

llvm-svn: 305427
2017-06-14 23:17:45 +00:00
..
CMakeLists.txt Emit benchmark tests into the benchmarks build directory, not lib/ 2017-04-18 07:40:22 +00:00
ContainerBenchmarks.hpp
GenerateInput.hpp
algorithms.bench.cpp
filesystem.bench.cpp
string.bench.cpp
stringstream.bench.cpp [locale] Avoid copy of __atoms when char_type is char 2017-06-14 23:17:45 +00:00
unordered_set_operations.bench.cpp
util_smartptr.bench.cpp
vector_operations.bench.cpp