Preliminary benchmark using genltl, introduced earlier.

* bench/ltlclasses/: New benchmark.
* bench/Makefile.am: Add it.
* configure.ac: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2010-12-04 18:07:22 +01:00
parent c4a7efb9e0
commit d42deb7fa4
9 changed files with 210 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2010-12-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Preliminary benchmark using genltl, introduced earlier.
* bench/ltlclasses/: New benchmark.
* bench/Makefile.am: Add it.
* configure.ac: Adjust.
2010-12-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltlvisit/syntimpl.cc: Reduce the number of dynamic_cast<>s.