• rmcilroy's avatar
    [Interpreter] Add array literal support. · 6a10a9af
    rmcilroy authored
    Adds array literal support to the interpreter. Currently constructed
    array elements don't have type feedback slots, so also adds support for
    generic keyed store operations.
    
    Adds the following bytecodes:
     - CreateArrayLiteral
     - KeyedStoreICGeneric
    
    BUG=v8:4280
    LOG=N
    
    Review URL: https://codereview.chromium.org/1400753003
    
    Cr-Commit-Position: refs/heads/master@{#31240}
    6a10a9af
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
runtime Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...