DBC
http://codereview.chromium.org/7064017/diff/1/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/7064017/diff/1/src/objects.cc#newcode5512 src/objects.cc:5512: if (IsFlat() && IsAsciiRepresentation()) { CompareChars doesn't require that the two strings have the same width, so you can speed up the operation for ASCII-UC16 and UC16-ASCII comparisons too. http://codereview.chromium.org/7064017/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
