[libc-commits] [PATCH] D78612: [libc] Add sanitizer instrumentation to the SIMD strlen implementation.
Nick Desaulniers via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Dec 14 21:14:08 PST 2022
nickdesaulniers added subscribers: michaelrj, nickdesaulniers.
nickdesaulniers added a comment.
Herald added a subscriber: ecnelises.
Herald added a project: All.
See also https://reviews.llvm.org/D129808 (cc @michaelrj )
strlen was the in the top 4 hottest libc routines in my statically linked image of clang when building the Linux kernel.
Performance numbers from @michaelrj here: https://quick-bench.com/q/Z7wq6I3K6xUIeAIogIpHpPgBwSw
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78612/new/
https://reviews.llvm.org/D78612
More information about the libc-commits
mailing list