[PATCH] D137258: [clang] Optimize storage and lookup of analyzer options
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 23 09:55:00 PST 2022
steakhal added a comment.
Are you sure about the speedup?
When I looked at the implementation of the `StringSwitch`, it boiled down to an `if-else` chain under the hood.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137258/new/
https://reviews.llvm.org/D137258
More information about the cfe-commits
mailing list