https://codereview.chromium.org/20073004/diff/1/src/frames.cc
File src/frames.cc (right):

https://codereview.chromium.org/20073004/diff/1/src/frames.cc#newcode1525
src/frames.cc:1525: StackHandlerConstants::kSlotCount == 6);
I think this assert needs to be:

STATIC_ASSERT(StackHandlerConstants::kSlotCount >= 5)

because I think the reason is to ensure that the array indices used
below will all be valid, but as long as there are 5 or more slots,
everything is OK.

https://codereview.chromium.org/20073004/diff/1/src/frames.cc#newcode1547
src/frames.cc:1547: StackHandlerConstants::kSlotCount == 6);
See comment above

https://codereview.chromium.org/20073004/

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


Reply via email to