https://codereview.chromium.org/19248002/diff/1/src/deoptimizer.cc
File src/deoptimizer.cc (right):

https://codereview.chromium.org/19248002/diff/1/src/deoptimizer.cc#newcode2434
src/deoptimizer.cc:2434: int32_t loop_depth =
Memory::int32_at(back_edge_cursor + 2 * kIntSize);
Instead of int32_t, use uint32_t and static_cast<int> in the CHECK to
fix debug builds

https://codereview.chromium.org/19248002/

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