https://codereview.chromium.org/145893004/diff/1/src/a64/lithium-codegen-a64.cc
File src/a64/lithium-codegen-a64.cc (right):

https://codereview.chromium.org/145893004/diff/1/src/a64/lithium-codegen-a64.cc#newcode3478
src/a64/lithium-codegen-a64.cc:3478: instr->hydrogen()->elements_kind()
== FAST_SMI_ELEMENTS) {
Perhaps assert the format of a smi here and in store below.
STATIC_ASSERT((kSmiValueSize == 32) && (kSmiShift == 32) && (kSmiTag ==
0));

https://codereview.chromium.org/145893004/

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