mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
speed up parsing of large Datalog files, remove pinned
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
efe2a70f6f
commit
8d23b2b813
5 changed files with 79 additions and 63 deletions
|
@ -46,7 +46,7 @@ namespace datalog {
|
|||
unsigned m_lvl;
|
||||
class stopwatch* m_sw;
|
||||
public:
|
||||
verbose_action(char const* msg, unsigned lvl = 1);
|
||||
verbose_action(char const* msg, unsigned lvl = 11);
|
||||
~verbose_action();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue