[buddy] avoid costly calls to setjmp() when BDD_REORDER_NONE
* src/reorder.c, src/kernel.h: Expose bddreordermethod. * src/bddop.c: Test bddreordermethod before ever calling setjmp().
This commit is contained in:
parent
2e6297c26a
commit
0ac14e9ca2
3 changed files with 26 additions and 12 deletions
|
|
@ -132,6 +132,9 @@ extern int bddreorderdisabled;
|
|||
extern int bddresized;
|
||||
extern bddCacheStat bddcachestats;
|
||||
|
||||
/* from reorder.c */
|
||||
extern int bddreordermethod;
|
||||
|
||||
#ifdef CPLUSPLUS
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue