1. 31 Jul, 2014 1 commit
    • Kevin Modzelewski's avatar
      Optimize LivenessAnalysis · a5258c49
      Kevin Modzelewski authored
      We were caching certain liveness results (only crawled each BB once
      looking for name use/defs), but we were still traversing the entire
      CFG for every liveness query.
      Now, each query does a single full CFG scan, and computes the results
      for all BBs and stores them.
      
      Reduces the time to 'import re' from about 13s to under 2s.
      a5258c49
  2. 30 Jul, 2014 2 commits
  3. 29 Jul, 2014 6 commits
  4. 26 Jul, 2014 1 commit
  5. 25 Jul, 2014 3 commits
  6. 24 Jul, 2014 11 commits
  7. 23 Jul, 2014 14 commits
  8. 22 Jul, 2014 2 commits