diff options
author | Elliott Hughes <enh@google.com> | 2017-12-20 08:53:49 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-12-20 08:53:49 -0800 |
commit | 1a56a26f1169da432de36016ee3d2f37c71b4eef (patch) | |
tree | 560c2beefecee676f192a3d4325480773e044c38 /linker/linker_libcxx_support.cpp | |
parent | 28f768d4e78851a20c9e222389d72cf3cf085141 (diff) |
Speed up __sfileext initialization.
The internal uses don't need to actually initialize a mutex since they'll
never escape and don't need locking. It's a small saving, but easy.
Before:
BM_stdio_scanf_d 465 ns 465 ns 1507891
BM_stdio_scanf_maps 1836 ns 1836 ns 381082
BM_stdio_scanf_maps_baseline 846 ns 845 ns 830881
BM_stdio_scanf_s 419 ns 419 ns 1671979
After:
BM_stdio_scanf_d 434 ns 434 ns 1612930
BM_stdio_scanf_maps 1815 ns 1815 ns 386470
BM_stdio_scanf_maps_baseline 875 ns 873 ns 803304
BM_stdio_scanf_s 382 ns 382 ns 1833198
Bug: http://b/70862888
Test: ran tests, benchmarks
Change-Id: Ic8822aaca5d8ca1a73390089153d0fe35d91673e
Diffstat (limited to 'linker/linker_libcxx_support.cpp')
0 files changed, 0 insertions, 0 deletions