Sorry for the delay - I've been busy with Chrome things.  PTAL.


https://codereview.chromium.org/209473006/diff/40001/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/209473006/diff/40001/src/objects.h#newcode3269
src/objects.h:3269: class NumberOfInt64EntriesField: public
BitField<int, 0, 10> {};
On 2014/04/01 19:09:14, ulan wrote:
How do we guarantee that the number of entries does not overflow?

Good point (on Arm we never would due to checks in assembler-arm.cc, but
we should ensure this is always the case).  Added checks in heap.cc
which return FatalProcessOutOfMemory if length is wrong.

https://codereview.chromium.org/209473006/

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