DescriptionMIPS: Unify and simplify the FastCloneShallowArrayStub.
Port r20974 (5de4367)
Original commit message:
- Don't bake in length/capacity into full codegen calls of stubs,
allowing boilerplates to increase their capacity without regenerating
code.
- Unify all variants of the clone stub into a single,
length-independent version.
- Various tweaks to make sure that the clone stub doesn't spill and
therefore need an eager stack frame.
- Handle all lengths of array literals in the fast case.
BUG=
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|