Small speedup in safra_tree::compare().

* src/tgba/tgbasafracomplement.cc (safra_tree::compare): Improve
the order of the tests.
This commit is contained in:
Alexandre Duret-Lutz 2012-01-18 19:52:21 +01:00
parent a9669d3d17
commit 15c2a9473e
2 changed files with 32 additions and 30 deletions

View file

@ -1,3 +1,10 @@
2012-01-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Small speedup in safra_tree::compare().
* src/tgba/tgbasafracomplement.cc (safra_tree::compare): Improve
the order of the tests.
2012-01-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Mention the last two changes.