https://codereview.chromium.org/18219003/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/18219003/diff/1/src/hydrogen.cc#newcode5797
src/hydrogen.cc:5797: (current_type == types->length() - 1)) {
remove the - 1

https://codereview.chromium.org/18219003/diff/1/src/hydrogen.cc#newcode5799
src/hydrogen.cc:5799: AddSoftDeoptimize(MUST_EMIT_SOFT_DEOPT);
Soft deopts aren't counted towards MaxDeopt to stop attempting to
optimize. We should use a hard deopt instead.

https://codereview.chromium.org/18219003/

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