Added new patch set. Updated the description to better reflect what this CL changes. Enabled the rest of the test cases associated with the given issue.
http://codereview.chromium.org/7971009/diff/3004/src/objects.h File src/objects.h (right): http://codereview.chromium.org/7971009/diff/3004/src/objects.h#newcode6132 src/objects.h:6132: static const int kAlignedSize = POINTER_SIZE_ALIGN(kHeaderSize); On 2011/09/20 08:42:01, Lasse Reichstein wrote:
Do we ever use kAlignedSize any more? Since we made the string length a Smi, it's always the same as
kHeaderSize (even
on x64, where previously it was kIntSize less), so we could remove it
now. Done. http://codereview.chromium.org/7971009/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
