Description[Interpreter] Add array literal support.
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
Committed: https://crrev.com/6a10a9af3b954e2e530bfd9fd1604a63f1f70735
Cr-Commit-Position: refs/heads/master@{#31240}
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : Rebase #Patch Set 4 : Add empty array test case #Patch Set 5 : Rebase #Messages
Total messages: 23 (9 generated)
|