DescriptionMIPS: Implement KeyedStoreICs to grow arrays on out-of-bound stores.
Port r10673 (18d3af5).
Original commit message:
Supports growing non-COW JSArray by a single element if the backing store has room, and initial allocation of a backing store for the store to index zero of an empty array to kPreallocatedArrayElements elements (e.g. the [] array literal).
BUG=
TEST=
Committed: https://code.google.com/p/v8/source/detail?r=10707
Patch Set 1 #Patch Set 2 : Fixed debug test failures by adding a missing line. #Patch Set 3 : rebased on r10702 #
Messages
Total messages: 3 (0 generated)
|