Add more nodes when resizing BDD table.

* src/misc/bddalloc.cc (bdd_allocator::initialize): Call
bdd_setmaxincrease(500000), because the default is 50000,
which cause garbage collection to occur too often.
This commit is contained in:
Alexandre Duret-Lutz 2011-11-13 13:14:39 +01:00
parent 5f689b5139
commit 11bb4c7789
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2011-11-13 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Add more nodes when resizing BDD table.
* src/misc/bddalloc.cc (bdd_allocator::initialize): Call
bdd_setmaxincrease(500000), because the default is 50000,
which cause garbage collection to occur too often.
2011-11-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Mention the Kripke I/O.