• 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
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...