[libcxx-commits] [PATCH] D104987: Use GetSystemTimePreciseAsFileTime() if available
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 26 13:48:56 PDT 2021
mstorsjo commandeered this revision.
mstorsjo edited reviewers, added: Prince213; removed: mstorsjo.
mstorsjo added a comment.
I'll update the patch with a version that initializes the function pointer once at library init, with `_LIBCPP_INIT_PRIORITY_MAX`, to avoid any extra runtime synchronization overhead when calling the function.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104987/new/
https://reviews.llvm.org/D104987
More information about the libcxx-commits
mailing list