mirror of
https://github.com/Z3Prover/z3
synced 2026-06-29 20:08:52 +00:00
fix perf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
05c394aa6c
commit
f261c7732b
2 changed files with 24 additions and 27 deletions
|
|
@ -61,7 +61,7 @@ namespace seq {
|
|||
|
||||
// Cache: maps (ele, regex) pair to its derivative
|
||||
obj_pair_map<expr, expr, expr*> m_cache;
|
||||
obj_map<expr, expr*> m_top_cache; // post-simplify cache
|
||||
obj_pair_map<expr, expr, expr*> m_top_cache; // post-simplify cache
|
||||
expr_ref_vector m_trail; // pin cached results
|
||||
|
||||
// Op cache for ITE-hoisting operations (union, inter, concat, complement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue