Done

https://codereview.chromium.org/325553002/diff/80001/src/heap-inl.h
File src/heap-inl.h (right):

https://codereview.chromium.org/325553002/diff/80001/src/heap-inl.h#newcode306
src/heap-inl.h:306: (static_cast<uint32_t>(allocation_space) <<
kPageSizeBits);
On 2014/06/18 09:45:10, Hannes Payer wrote:
Why do you need the or (static_cast<uint32_t>(allocation_space) <<
kPageSizeBits);

I did that in order to involve both object offset and allocation space
kind in hash computation.

https://codereview.chromium.org/325553002/diff/80001/src/spaces-inl.h
File src/spaces-inl.h (right):

https://codereview.chromium.org/325553002/diff/80001/src/spaces-inl.h#newcode258
src/spaces-inl.h:258: !heap()->linear_allocation() ||
On 2014/06/18 09:45:10, Hannes Payer wrote:
I do not think the assert is correct.

I think linear_allocation will always be true.

It looks outdated so I removed both the ASSERT and the
Heap::linear_allocation() method.

https://codereview.chromium.org/325553002/

--
--
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.

Reply via email to