[PATCH] D152732: [clang][dataflow] Support limits on the SAT solver to force timeouts.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 12 10:55:48 PDT 2023
xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.
Huge +1, I think most solvers need to have some resource limits in place as the runtime can explode. I am just not 100% what is the best approach here, putting a global limit on the solver instance vs having a limit per query. Any thoughts on that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152732/new/
https://reviews.llvm.org/D152732
More information about the cfe-commits
mailing list