Skip to content

Commit

Permalink
Reverted starting size of ast hash table, see also Z3Prover#5040
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr1120 committed Jun 29, 2024
1 parent 44dd499 commit c8856ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ast/ast.h
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,6 @@ class ast_translation;

class ast_table : public chashtable<ast*, obj_ptr_hash<ast>, ast_eq_proc> {
public:
ast_table() : chashtable({}, {}, 512 * 1024, 8 * 1024) {}
void push_erase(ast * n);
ast* pop_erase();
};
Expand Down

0 comments on commit c8856ff

Please sign in to comment.