Change attributes from strings to BoxedStrings
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.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment