1. 13 Jul, 2016 2 commits
    • Kevin Modzelewski's avatar
      Optimize seq_iter protocol · f0a23389
      Kevin Modzelewski authored
      - special-case classes that we know have a fixed length (ex str)
      - do patchpoints for getIterHelper
      f0a23389
    • Kevin Modzelewski's avatar
      str does not have an __iter__ · 87edc344
      Kevin Modzelewski authored
      (it uses old-style iteration)
      And crazily, there is code that relies on this.
      
      I wouldn't usually want to give in to code relying on such an
      esoteric feature, but this seems to be a speedup as well (though
      that deserves looking into, itself).
      87edc344
  2. 12 Jul, 2016 4 commits
  3. 11 Jul, 2016 6 commits
  4. 09 Jul, 2016 2 commits
  5. 08 Jul, 2016 2 commits
  6. 07 Jul, 2016 2 commits
  7. 06 Jul, 2016 22 commits