[libcxx-commits] [PATCH] D89110: [libcxx][dsl] Reduce number of feature checks
Alexander Richardson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 13 06:31:25 PDT 2020
arichardson added a comment.
And obviously the big win here is the lower-level caching of feature checks, this change is just a small (but noticeable) improvement. It made much more of a difference before caching. Since I run most tests on QEMU emulating CHERI, doing checks via SSH takes a lot longer than on the local machine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89110/new/
https://reviews.llvm.org/D89110
More information about the libcxx-commits
mailing list