1. 28 Jan, 2015 8 commits
  2. 27 Jan, 2015 6 commits
  3. 26 Jan, 2015 1 commit
    • Marius Wachtler's avatar
      Add a simple cache for runtime ICs · bc373da9
      Marius Wachtler authored
      spectral_norm.py runtime improves by about 5%:
      rewriter_attempts: 135109 --> 55133
      rewriter_commits: 80138 --> 162
      runtime_ics_num: 40003 --> 15
      slowpath_binop: 82702 --> 2726
      bc373da9
  4. 25 Jan, 2015 1 commit
  5. 24 Jan, 2015 1 commit
    • Kevin Modzelewski's avatar
      Implement Python's name mangling · 636aca17
      Kevin Modzelewski authored
      ie names that begin with two underscores but don't end in two underscores have
      the classname added to them.
      
      Do this early on in the pipeline so that all the analyses operate post-mangling.
      
      The implementation is kind of hacky and I couldn't think of a good way to make it
      super systematic; there may be more cases I missed.
      636aca17
  6. 23 Jan, 2015 1 commit
  7. 22 Jan, 2015 22 commits