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:
parent
5f689b5139
commit
11bb4c7789
2 changed files with 11 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue