1. 21 Jul, 2015 21 commits
  2. 20 Jul, 2015 11 commits
  3. 19 Jul, 2015 7 commits
  4. 18 Jul, 2015 1 commit
    • Kevin Modzelewski's avatar
      Change attributes from strings to BoxedStrings · c5b1d41e
      Kevin Modzelewski authored
      The real benefit is that we intern the strings that
      end up getting used as attribute names, so we can compare
      them using pointer comparisons.  It should also reduce
      the size overhead of hidden classes, since we no longer
      have to copy the string data into the hidden class.
      c5b1d41e