https://codereview.chromium.org/12970007/diff/24001/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/12970007/diff/24001/src/parser.cc#newcode3653
src/parser.cc:3653: is_holey = true;
Although you calculate this earlier than before, you don't seem to use
it earlier. Is that intentional?

https://codereview.chromium.org/12970007/diff/24001/src/parser.cc#newcode3676
src/parser.cc:3676: }
Use the ternary operator:
ElementsKind kind = seen_doubles ? FAST_HOLEY_DOUBLE_ELEMENTS :
FAST_HOLEY_SMI_ELEMENTS;

https://codereview.chromium.org/12970007/

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