summaryrefslogtreecommitdiff
path: root/impl/IdSet.hpp
AgeCommit message (Expand)Author
2012-07-09Fixed up the newer strategy iteration stuff...Trivial 100000 var case in 15s on my Uni machine. Carlo Zancanaro
2012-07-05Change the set to use a std::set for now...This should perform better in cases where we have smaller sets. Carlo Zancanaro
2012-07-02Dependency-aware smart fixpoint....Slows it down *heaps* for the moment. Still need to add the MaxStrategy part, which should speed it up a fair bit. At the moment it has to do a fair bit more work for no benefit. Carlo Zancanaro
2012-06-29Speed up IdSet a bit. I think.Carlo Zancanaro
2012-06-15Re-write heaps of code to work better.Carlo Zancanaro
2012-05-28Fix memory error and x = max(-inf, expr) stuff.Carlo Zancanaro