Addressed comments
https://codereview.chromium.org/15993016/diff/3001/src/heap.cc
File src/heap.cc (right):
https://codereview.chromium.org/15993016/diff/3001/src/heap.cc#newcode4201
src/heap.cc:4201: ASSERT(in_object_properties <=
Map::kMaxPreAllocatedPropertyFields);
On 2013/06/05 08:34:04, Michael Starzinger wrote:
Both the assert and the five lines of comments above have become
obsolete, let's
drop that as well.
Done.
https://codereview.chromium.org/15993016/diff/3001/src/objects.h
File src/objects.h (right):
https://codereview.chromium.org/15993016/diff/3001/src/objects.h#newcode6330
src/objects.h:6330: kCompilerHintsOffset + kPointerSize,
On 2013/06/05 08:34:04, Michael Starzinger wrote:
This should be "kInitialMapOffset + kPointerSize" as it should only
include the
pointer fields, not the SMI fields.
Done.
https://codereview.chromium.org/15993016/diff/3001/test/mjsunit/bugs/618.js
File test/mjsunit/bugs/618.js (left):
https://codereview.chromium.org/15993016/diff/3001/test/mjsunit/bugs/618.js#oldcode1
test/mjsunit/bugs/618.js:1: // Copyright 2010 the V8 project authors.
All rights reserved.
On 2013/06/05 08:34:04, Michael Starzinger wrote:
Instead of deleting this file, let's move it to
mjsunit/regress/regress-618.js
instead.
Done.
https://codereview.chromium.org/15993016/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.