• 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
objmodel.h 9.9 KB