https://codereview.chromium.org/1302133002/diff/1/src/harmony-simd.js
File src/harmony-simd.js (right):

https://codereview.chromium.org/1302133002/diff/1/src/harmony-simd.js#newcode339
src/harmony-simd.js:339: }
You should be able to use the V8 macro system on these to reduce
duplication. There are examples in this file, above.

https://codereview.chromium.org/1302133002/diff/1/src/messages.h
File src/messages.h (right):

https://codereview.chromium.org/1302133002/diff/1/src/messages.h#newcode268
src/messages.h:268: T(InvalidTypedArrayIndex, "The value of Index is
invalid")                   \
You should add a test in test/mjsunit/messages.js (search for 'simd' for
an example.) I noticed there is no test for the message on line above
though.

https://codereview.chromium.org/1302133002/diff/1/src/runtime/runtime-simd.cc
File src/runtime/runtime-simd.cc (right):

https://codereview.chromium.org/1302133002/diff/1/src/runtime/runtime-simd.cc#newcode830
src/runtime/runtime-simd.cc:830: FUNCTION(Int8x16, int8_t, 16)
You'll have to partition these, since only the 4-lane types have LoadN /
StoreN.

https://codereview.chromium.org/1302133002/diff/1/src/runtime/runtime.h
File src/runtime/runtime.h (right):

https://codereview.chromium.org/1302133002/diff/1/src/runtime/runtime.h#newcode693
src/runtime/runtime.h:693: F(Int16x8Load3, 2, 1)
\
The spec no longer defines the LoadN / StoreN functions on types with 8
or 16 lanes, so you can remove them here and below.

https://codereview.chromium.org/1302133002/

--
--
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/d/optout.

Reply via email to