Revert inlining of bdd_addref() and bdd_delref().
This reverts commit d462f50b59.
Conflicts:
buddy/ChangeLog
This commit is contained in:
parent
9cbaae7b66
commit
0fe5403956
4 changed files with 142 additions and 163 deletions
|
|
@ -12,16 +12,6 @@
|
|||
* src/bddio.c (bdd_load): Check the return value of fscanf() to
|
||||
kill a warning.
|
||||
|
||||
2009-12-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Inline bdd_addref() and bdd_delref() to speedup BDD operations.
|
||||
|
||||
* src/kernel.c, src/kernel.h (bdd_addref, bdd_delref): Move these
|
||||
functions and there associated global variables...
|
||||
* src/bdd.c (bdd_error): ... and this function ...
|
||||
* src/bdd.h (bdd_addref, bdd_delref, bdd_error): ...here so that
|
||||
they can be inlined.
|
||||
|
||||
2009-11-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Introduce bdd_satprefix, to speedup spot::minato().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue