* src/tgbaparse/tgbaparse.yy: Cache parsed formulae to speedup

reading of TGBAs with lots of identical conditions.
This commit is contained in:
Alexandre Duret-Lutz 2004-12-15 17:13:44 +00:00
parent 752d4afc31
commit 704f237a22
2 changed files with 55 additions and 24 deletions

View file

@ -1,5 +1,8 @@
2004-12-15 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaparse/tgbaparse.yy: Cache parsed formulae to speedup
reading of TGBAs with lots of identical conditions.
* src/tgba/bdddict.hh (bdd_dict) <fv_map, vf_map, ref_set,
vr_map, free_annonymous_list_of_type>: Redeclare as std::map,
instead of Sgi::hash_map. It proved to be faster.