mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 13:53:39 +00:00
cache datatype util in context to avoid performance bug, codeplex issue 195
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
parent
1c77ad00c3
commit
2aa91eee70
4 changed files with 13 additions and 9 deletions
|
@ -89,6 +89,7 @@ namespace api {
|
|||
m_bv_util(m()),
|
||||
m_datalog_util(m()),
|
||||
m_fpa_util(m()),
|
||||
m_dtutil(m()),
|
||||
m_last_result(m()),
|
||||
m_ast_trail(m()),
|
||||
m_replay_stack() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue