* src/tgbatest/randtgba.cc: Add option -O, so we can profile each

emptiness-check on its own.
This commit is contained in:
Alexandre Duret-Lutz 2004-12-16 21:49:46 +00:00
parent 0efca0f644
commit 58aff37db9
2 changed files with 27 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2004-12-16 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/randtgba.cc: Add option -O, so we can profile each
emptiness-check on its own.
* src/ltlparse/ltlscan.ll: Pass yyleng to the std::string constructor,
so it doesn't have to compute it.
* src/tgbaparse/tgbascan.ll: Likewise.