DescriptionAstValueFactory: make true, false, null, undefined and "the hole" unique values.
They were not, so we were creating several instances of them, one for each time
they occurred in the source code.
It's not known to have caused efficiency problems though, so this is a sanity
fix more than an efficiency fix.
Note that numbers are still not unique.
BUG=
R=rossberg@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24873
Patch Set 1 #
Total comments: 6
Patch Set 2 : clang-formatting moar #Patch Set 3 : code review (rossberg@) #
Total comments: 3
Patch Set 4 : Code review (rossberg@) #Patch Set 5 : . #Patch Set 6 : oops #Messages
Total messages: 10 (1 generated)
|