v8/test/unittests/interpreter
rmcilroy 2ad5655260 [Interpreter]: Use vector store for array literal computed stores.
Replaces the use of KeyedStoreICGeneric with a vector based KeyedStoreIC for
array literal computed stores now that there is a feedback vector slot for
these expressions. Removes KeyedStoreICGeneric bytecode since this is no
longer necessary.

BUG=v8:4280
LOG=N
TBR=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/1400353002

Cr-Commit-Position: refs/heads/master@{#31262}
2015-10-14 13:20:11 +00:00
..
bytecode-array-builder-unittest.cc [Interpreter]: Use vector store for array literal computed stores. 2015-10-14 13:20:11 +00:00
bytecode-array-iterator-unittest.cc [Interpreter]: Add support for strict mode load / store ICs. 2015-10-07 07:54:27 +00:00
bytecodes-unittest.cc [Interpreter] Add interpreter support for compare ops and ToBoolean. 2015-09-28 18:07:05 +00:00