http://codereview.chromium.org/6991007/diff/1/src/objects.cc File src/objects.cc (right):
http://codereview.chromium.org/6991007/diff/1/src/objects.cc#newcode5214 src/objects.cc:5214: if (this->GetIsolate()->ShouldFlattenString()) { Here "this" can already be a flat cons (i.e. with empty second). We shouldn't update the isolate counter in this case. Maybe ShouldFlattenString() should take a string argument. http://codereview.chromium.org/6991007/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
