lgtm with comment
https://codereview.chromium.org/950283002/diff/1/src/objects-inl.h
File src/objects-inl.h (right):
https://codereview.chromium.org/950283002/diff/1/src/objects-inl.h#newcode5497
src/objects-inl.h:5497: (value->IsMap() &&
GetBackPointer()->IsUndefined()));
DCHECK(!value->IsMap() || Map::cast(value)->GetConstructor() ==
constructor_or_backpointer())
https://codereview.chromium.org/950283002/diff/1/src/objects.cc
File src/objects.cc (right):
https://codereview.chromium.org/950283002/diff/1/src/objects.cc#newcode9558
src/objects.cc:9558: int hash =
ObjectAddressForHashing(constructor_or_backpointer()) >> 2;
GetConstructor, otherwise you won't find matching maps for maps in
different parts of the transition tree.
https://codereview.chromium.org/950283002/
--
--
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/d/optout.