[PATCH] D47402: [analyzer] Improve simplifySVal performance further.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 25 18:25:31 PDT 2018
NoQ added a comment.
The remaining slowness is in `removeDead()`. It's going to be fun to optimize. Some parts of it are already memoized (eg. the live set in `SymbolReaper`).
Memory usage on the artificial test seems stable.
Repository:
rC Clang
https://reviews.llvm.org/D47402
More information about the cfe-commits
mailing list